diff --git a/srcpkgs/myrddin/template b/srcpkgs/myrddin/template index 1f0a7cc670e..4bfad62274e 100644 --- a/srcpkgs/myrddin/template +++ b/srcpkgs/myrddin/template @@ -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//} }