void-packages/srcpkgs/ksql/template
2018-12-13 20:20:26 +01:00

19 lines
547 B
Bash

# Template file for 'ksql'
pkgname=ksql
version=0.3.2
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.eu>"
license="ISC"
homepage="https://kristaps.bsd.lv/ksql/"
distfiles="https://kristaps.bsd.lv/ksql/snapshots/ksql-${version}.tar.gz"
checksum=960f8b80e7a57091b393a62ab7b274b6ee3aa05950f03cad00dd6523af4cb47b
post_install() {
sed -n '2,16p' ksql.c >LICENSE
vlicense LICENSE
}