18 lines
502 B
Bash
18 lines
502 B
Bash
# Template file for 'kore'
|
|
pkgname=kore
|
|
version=3.3.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=d6424d07441c534aee76fbd687c4974985ae7a3f887c4fb89c1bf62d53d73763
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|