22 lines
584 B
Bash
22 lines
584 B
Bash
# Template file for 'kore'
|
|
pkgname=kore
|
|
version=3.3.1
|
|
revision=3
|
|
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=c80d7a817883e631adf9eb5271b4ffa6ebb06c2e2fca40ce6c3c75638c08b67a
|
|
|
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|
makedepends+=" musl-legacy-compat"
|
|
fi
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|