myrddin: add missing license.

This commit is contained in:
maxice8 2017-10-16 23:26:12 -02:00 committed by Enno Boland
parent 314cc1a071
commit df1cf04636

View file

@ -1,7 +1,7 @@
# Template file for 'myrddin'
pkgname=myrddin
version=0.2.0
revision=1
revision=2
wrksrc=mc
only_for_archs="x86_64 x86_64-musl"
build_style=configure
@ -14,6 +14,10 @@ homepage="https://myrlang.org/"
distfiles="https://myrlang.org/releases/myrddin-${version}.tar.xz"
checksum=4ad37b856edddc1172d584aaf67621eaccd6f378b132e6350c5c5ef9383eabcf
post_install() {
vlicense LICENSE
}
pre_build() {
export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2//}
}