summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 374e7272e1bb6fbbd9f75537f46e35c07d85108a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Ifkum Rfnl ifkumrfnl@gmail.com
pkgname='hoholsay'
pkgver=0.5
pkgrel=1
pkgdesc="Cowsay but better"
arch=('any')
url="https://github.com/IfkumRfnl/hoholsay"
license=('GPL')
source=('hoholsay::git+https://github.com/IfkumRfnl/hoholsay.git')
md5sums=('SKIP')

build() {
  cd "$srcdir"
  cd hoholsay
  make
}

package() {
  cd "$srcdir"
  cd hoholsay
  install -D -m755 "hoholsay" "$pkgdir/usr/bin/hoholsay"
}