New package: sacc-1.00
Thanks to aedinius for the help while reviewing.
This commit is contained in:
parent
72a89d738e
commit
c68a1a95f3
23
srcpkgs/sacc/template
Normal file
23
srcpkgs/sacc/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
pkgname=sacc
|
||||
version=1.00
|
||||
revision=1
|
||||
wrksrc="$pkgname-v$version"
|
||||
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-v$version.tgz"
|
||||
checksum=e4cc0fe68e4fa5b75eb2fcf750d4d9d10cf22db41ae8f256748d8458a268bf66
|
||||
|
||||
post_extract() {
|
||||
if [ -r "$FILESDIR/config.h" ]
|
||||
then
|
||||
cp "$FILESDIR/config.h" .
|
||||
fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue
Block a user