summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 677111ebf9fb7b6ffad5cb2e0229305228fc620c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: loh.tar <loh.tar at googlemail dot com>
pkgname='tulizu'
pkgver='0.1'
pkgrel='1'
pkgdesc='View and customize ASCII art included /etc/issue files'
arch=('any')
url="https://github.com/loh-tar/$pkgname"
license=('GPL')
depends=('bash')
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::https://github.com/loh-tar/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('1f01bff06e26994baf545b9986e01c58')

package() {
  cd "$pkgname-$pkgver"
  make install DESTDIR="$pkgdir"
}