void-packages/srcpkgs/kore/template

19 lines
502 B
Bash
Raw Normal View History

2018-12-01 10:00:22 +00:00
# Template file for 'kore'
pkgname=kore
2018-12-23 09:46:44 +00:00
version=3.2.1
2018-12-01 10:00:22 +00:00
revision=1
build_style=gnu-makefile
make_use_env=yes
make_build_args="PREFIX=/usr"
makedepends="libressl-devel"
short_desc="Easy to use web platform for writing scalable web APIs in C"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="ISC"
homepage="https://kore.io"
distfiles="https://kore.io/releases/kore-${version}.tar.gz"
2018-12-23 09:46:44 +00:00
checksum=922bf84fbfc233b7689801f7413966fc4b31390b36335e21b2e2f376fe5aad9a
2018-12-01 10:00:22 +00:00
post_install() {
vlicense LICENSE
}