-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKGBUILD
23 lines (20 loc) · 832 Bytes
/
PKGBUILD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Rob Moore <[email protected]>:
pkgname=fortune-mod-lebowski
pkgver=20190314
pkgrel=1
pkgdesc="Fortune cookies: The Big Lebowski quotes (With optional ascii art)."
arch=('any')
license=('GPL')
depends=(fortune-mod)
source=('The Big Lebowski')
url="http://en.wikiquote.org/wiki/The_Big_Lebowski"
md5sums=('a2e304928f2e204a3a66c6fd5e857010')
build() {
cd $startdir/src
strfile lebowski lebowski.dat
strfile lebascii lebascii.dat
install -D -m644 lebowski $startdir/pkg/usr/share/fortune/lebowski
install -D -m644 lebowski.dat $startdir/pkg/usr/share/fortune/fr/lebowski.dat
install -D -m644 lebascii $startdir/pkg/usr/share/fortune/lebascii
install -D -m644 lebascii.dat $startdir/pkg/usr/share/fortune/fr/lebascii.dat
}