mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
New package: clac-0.3.0
This commit is contained in:
parent
73d501e317
commit
6570134fa3
1 changed files with 20 additions and 0 deletions
20
srcpkgs/clac/template
Normal file
20
srcpkgs/clac/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'clac'
|
||||||
|
pkgname=clac
|
||||||
|
version=0.3.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="Interactive command line, stack-based calculator"
|
||||||
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="2-clause-BSD"
|
||||||
|
homepage="https://github.com/soveran/clac"
|
||||||
|
distfiles="https://github.com/soveran/${pkgname}/archive/${version}.tar.gz"
|
||||||
|
checksum=a7a2397fdbac93924ca83c72e2df2027029f54c8921b813230208dd167ed0c20
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
${CC} ${CFLAGS} -o clac -I deps/sds -I deps/linenoise \
|
||||||
|
clac.c deps/sds/sds.c deps/linenoise/linenoise.c ${LDFLAGS}
|
||||||
|
}
|
||||||
|
do_install() {
|
||||||
|
vbin clac
|
||||||
|
vman clac.1
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue