summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8f971eba3652953cdbc69bb4bdc7d92a4534fc1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Contributor: Fabio 'Lolix' <fabio.loli@disroot.org>
# Contributor: Aniket-Pradhan aniket17133@iiitd.ac.in
# Contributer: Peter Hofmann <insert_email_here>

pkgname=birtty
pkgver=18.06
pkgrel=2
pkgdesc="Try not to crash that bird"
arch=(x86_64 i686 pentium4 arm armv6h armv7h aarch64)
url="https://www.uninformativ.de/git/birtty/file/README.html"
license=(MIT)
makedepends=(git)
source=("git+https://www.uninformativ.de/git/birtty.git#tag=v${pkgver}")
sha512sums=('SKIP')

build() {
  cd "${srcdir}/birtty"
  make
}

package() {
  cd "${srcdir}/birtty"
  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}