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