makedeb
The offensive quotes of the Fortune Cookie Program from BSD games
Viewing /PKGBUILD
.
Click here to go back to the Git tree for fortunes-off-deb.
# Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
_pkgname="fortunes-off"
pkgname="${_pkgname}-deb"
_debver='1.99.1'
_debrel='7.1'
pkgver="${_debver}"
pkgrel="${_debrel}"
pkgdesc="The offensive quotes of the Fortune Cookie Program from BSD games"
arch=('all')
depends=('fortunes')
license=('fairuse')
url="https://www.shlomifish.org/open-source/projects/fortune-mod/"
source=("${pkgname}_${pkgver}-${pkgrel}_${arch}.deb::http://deb.debian.org/debian/pool/main/f/fortune-mod/fortunes-off_${_debver}-${_debrel}_${arch}.deb")
sha256sums=('5c97684c8c2e33f5a6ba8629901fc4a7e72676f7443ddb399a0d048a5343f065')
noextract=("${pkgname}_${pkgver}-${pkgrel}_${arch}.deb")
provides=("${_pkgname}" "fortune-cookie-db")
package() {
exec true
}