Update fortune-mod-doc/APKBUILD
This commit is contained in:
parent
c9ce263856
commit
a8d1472981
1 changed files with 6 additions and 2 deletions
|
@ -6,8 +6,12 @@ pkgdesc="A fortune implementation made by Shlomi Fish"
|
||||||
url="https://www.shlomifish.org/open-source/projects/fortune-mod/"
|
url="https://www.shlomifish.org/open-source/projects/fortune-mod/"
|
||||||
arch="x86_64"
|
arch="x86_64"
|
||||||
license="BSD-4-Clause"
|
license="BSD-4-Clause"
|
||||||
makedepends=""
|
makedepends="gzip"
|
||||||
|
build() {
|
||||||
|
gzip -9 man/man6/fortune.6
|
||||||
|
gzip -9 man/man1/strfile.1
|
||||||
|
}
|
||||||
package() {
|
package() {
|
||||||
mkdir -p $pkgdir/usr/share/man
|
mkdir -p $pkgdir/usr/share/
|
||||||
mv man $pkgdir/usr/share/man
|
mv man $pkgdir/usr/share/man
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue