New package: cgo-0.5.0

Closes: #11703 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Benjamín Albiñana 2019-05-13 16:27:40 +02:00 committed by Jürgen Buchmüller
parent c4af93cb71
commit 86cc3f60ff
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

21
srcpkgs/cgo/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'cgo'
pkgname=cgo
version=0.5.0
revision=1
build_style=gnu-makefile
short_desc="Terminal based gopher client"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="ISC"
homepage="https://github.com/kieselsteini/cgo"
distfiles="https://github.com/kieselsteini/cgo/archive/v${version}.tar.gz"
checksum=89e4038d27dae0e009c7d313fc1945c5ee52006685b517ec0970b198e098ad54
pre_build() {
sed -i '/CC = cc/d' Makefile
}
post_install() {
vconf cgorc
vlicense LICENSE
vman cgo.1
}