summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: af0b34df8f8fbc2e22c7ba4e431788760c09d3b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Connor Etherington <connor@concise.cc>
# ---
pkgname=ez
pkgver=1.0.r83
pkgrel=1
pkgdesc='EZ provides an eazier and more efficient way to perform common tasks.'
arch=(x86_64)
url="https://gitlab.com/qYp/${pkgname}"
license=('MIT')
depends=()
makedepends=(git)                 
source=("git+$url.git")
sha256sums=('SKIP')

package() {
  cd "${pkgname}"
  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}/"
}