summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 32cf3858642373e8b86943fd61dd0630b98fb9b6 (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
# Maintainer: blueray
# Contributor: Mike Redd <mredd@0tue0.com>

pkgname=fortune-mod-archer
pkgver=4.2
pkgrel=1
pkgdesc="Archer FXNetwork fortune cookie file"
url="http://www.tvfanatic.com/quotes/shows/archer/"
arch=('any')
license=('unknown')
depends=('fortune-mod')
groups=('fortune-mods')
source=(archer)
md5sums=('4208b03f67ac8f2d2272f67882f21b49')

build() {
  cd "$srcdir"
  strfile archer archer.dat
}

package () {
  install -D -m644 archer $pkgdir/usr/share/fortune/archer
  install -D -m644 archer.dat $pkgdir/usr/share/fortune/archer.dat
}