mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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:
parent
c4af93cb71
commit
86cc3f60ff
1 changed files with 21 additions and 0 deletions
21
srcpkgs/cgo/template
Normal file
21
srcpkgs/cgo/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue