summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 323f7236ac4e6d1e8e859fa419ab6e6be560a47e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Connor Etherington <connor@concise.cc>
# ---
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}/"
}