# Template file for 'cgo'
pkgname=cgo
version=0.6.1
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=e95fad5ed682ea187afb5690e75eef3cff62dc0adf158e92db69cc9b45fae4d1

pre_build() {
	vsed -i '/CC = cc/d' Makefile
}

post_install() {
	vconf cgorc
	vlicense LICENSE
	vman cgo.1
}
