mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: sex-1.0
This commit is contained in:
parent
43c090f85e
commit
b3c22511c5
1 changed files with 19 additions and 0 deletions
19
srcpkgs/sex/template
Normal file
19
srcpkgs/sex/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'sex'
|
||||||
|
pkgname=sex
|
||||||
|
version=1.0
|
||||||
|
revision=1
|
||||||
|
short_desc="Spout silly, random porn-like text"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
license="Public Domain"
|
||||||
|
homepage="http://spatula.net/software/sex/"
|
||||||
|
distfiles="http://spatula.net/software/sex//${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=0f21831cd583ed917c2fc5f17bbe4e42f1d700417260b2e5924bf86b7f06eea8
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
$CC $CFLAGS -o sex sex.c $LDFLAGS
|
||||||
|
}
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin sex
|
||||||
|
vman sex.6
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue