void-packages/srcpkgs/kore/template
Helmut Pozimski 88e0f567b1 New package: kore-3.2.0
resolves #5261
2018-12-01 11:48:15 +01:00

18 lines
502 B
Bash

# Template file for 'kore'
pkgname=kore
version=3.2.0
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=24b7a0e0d7f07e1f5a60984feedd37c1aa19a9a5e2c97cccce061b689f8345f8
post_install() {
vlicense LICENSE
}