clac: update to 0.3.2.
Closes #13595. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
b6a92fa5f4
commit
0a027b9f44
|
@ -1,19 +1,15 @@
|
|||
# Template file for 'clac'
|
||||
pkgname=clac
|
||||
version=0.3.1
|
||||
version=0.3.2
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Interactive command line, stack-based calculator"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="2-clause-BSD"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/soveran/clac"
|
||||
distfiles="https://github.com/soveran/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=38cf86f99959d2223f052acfd9e0fecb402a137ebf859a9c64a541b15396e32b
|
||||
checksum=37a926982a3cc5016b42c554deaa5c64fa3932ebacd5bd15003508cf79a666dd
|
||||
|
||||
do_build() {
|
||||
${CC} ${CFLAGS} -o clac -I deps/sds -I deps/linenoise \
|
||||
clac.c deps/sds/sds.c deps/linenoise/linenoise.c ${LDFLAGS} -lm
|
||||
}
|
||||
do_install() {
|
||||
vbin clac
|
||||
vman clac.1
|
||||
|
|
Loading…
Reference in New Issue