void-packages/srcpkgs/ksql/template
2018-12-19 21:40:25 +01:00

19 lines
547 B
Bash

# Template file for 'ksql'
pkgname=ksql
version=0.3.4
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=15ce5e2fcef52453a998abdc5bb7c67c1f47b14e5333e1ccb0b9f6ec9f3198f0
post_install() {
sed -n '2,16p' ksql.c >LICENSE
vlicense LICENSE
}