16 lines
454 B
Bash
16 lines
454 B
Bash
# Template file for 'sacc'
|
|
pkgname=sacc
|
|
version=1.02
|
|
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=ded9726d51a97724616ebe010c69544cda74af651e6d4d86a7ba4c85b9458eb7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|