void-packages/srcpkgs/ksql/template

20 lines
548 B
Bash
Raw Normal View History

2018-12-13 18:43:42 +00:00
# Template file for 'ksql'
pkgname=ksql
2018-12-30 20:56:58 +00:00
version=0.3.5
2018-12-13 18:43:42 +00:00
revision=1
build_style=configure
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
hostmakedepends="sqlite"
makedepends="sqlite-devel"
short_desc="Yet another SQLite wrapper"
maintainer="Duncaen <duncaen@voidlinux.org>"
2018-12-13 18:43:42 +00:00
license="ISC"
homepage="https://kristaps.bsd.lv/ksql/"
distfiles="https://kristaps.bsd.lv/ksql/snapshots/ksql-${version}.tar.gz"
2018-12-30 20:56:58 +00:00
checksum=8db29bf3af8a8af0b151efbcc0e9a908851e03b387601fda185cb06326501cb5
2018-12-13 18:43:42 +00:00
post_install() {
sed -n '2,16p' ksql.c >LICENSE
vlicense LICENSE
}