void-packages/srcpkgs/kore/template
2018-12-23 23:13:30 +01:00

18 lines
502 B
Bash

# Template file for 'kore'
pkgname=kore
version=3.2.1
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"
checksum=922bf84fbfc233b7689801f7413966fc4b31390b36335e21b2e2f376fe5aad9a
post_install() {
vlicense LICENSE
}