24 lines
544 B
Bash
24 lines
544 B
Bash
# Template file for 'sacc'
|
|
pkgname=sacc
|
|
version=1.01
|
|
revision=1
|
|
build_style="gnu-makefile"
|
|
makedepends="ncurses-devel"
|
|
short_desc="Terminal gopher client"
|
|
maintainer="Quentin Rameau <quinq@fifth.space>"
|
|
license="ISC"
|
|
homepage="gopher://gopher.fifth.space/1/scm/sacc"
|
|
distfiles="ftp://ftp.bitreich.org/releases/$pkgname/$pkgname-$version.tgz"
|
|
checksum=cb5784b2cd69a8a0276901b99a1093ac77fba37c6c2fb5c2935d87c4964925ba
|
|
|
|
post_extract() {
|
|
if [ -r "$FILESDIR/config.h" ]
|
|
then
|
|
cp "$FILESDIR/config.h" .
|
|
fi
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|