myrddin: add missing license.
This commit is contained in:
parent
314cc1a071
commit
df1cf04636
1 changed files with 5 additions and 1 deletions
|
@ -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//}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue