makedeb


black-bin 22.6.0-2


The uncompromising Python code formatter

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for black-bin.

# Maintainer: Giovanni Ivan Alberotanza <ivan81@disroot.org>
pkgname=black-bin
pkgver=22.6.0
pkgrel=2
pkgdesc="The uncompromising Python code formatter"
arch=('amd64')
url='https://black.readthedocs.io/en/stable/'

source=("black-${pkgver}::https://github.com/psf/black/releases/download/${pkgver}/black_linux")
sha256sums=('SKIP')

package() {
    install -Dm 755 "black-${pkgver}" "${pkgdir}/usr/bin/black"
}