# Maintainer: Connor Etherington # --- pkgname=betterbin pkgver=1.1.r88 pkgrel=1 pkgdesc='Various useful shell scripts to increace productivity and efficiency in your workflow' arch=(x86_64) url="https://gitlab.com/a4to/${pkgname}" license=('MIT') makedepends=(git) source=("https://gitlab.com/a4to/concise/-/raw/master/x86_64/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.zst") sha256sums=('56270346dcdf530619dcaa2a0cf812426d01a8f8c46b4d05ca36861b316c94bf') package() { install -Dm775 usr/bin/* -g wheel -o ${USER} -t "${pkgdir}/usr/bin/" install -Dm644 usr/share/licenses/${pkgname}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -Dm644 usr/share/doc/${pkgname}/* -t "${pkgdir}/usr/share/doc/${pkgname}/" }