New package: myrddin-0.1
This commit is contained in:
parent
3fbb4e6170
commit
99082bce48
1 changed files with 20 additions and 0 deletions
20
srcpkgs/myrddin/template
Normal file
20
srcpkgs/myrddin/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'myrddin'
|
||||
pkgname=myrddin
|
||||
version=0.1
|
||||
revision=1
|
||||
wrksrc=mc
|
||||
only_for_archs="x86_64 x86_64-musl"
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr"
|
||||
hostmakedepends="bison"
|
||||
short_desc="Myrddin systems programming language compiler and tools"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="https://myrlang.org/"
|
||||
distfiles="https://myrlang.org/releases/myrddin-${version}.tar.xz"
|
||||
checksum=d42d7c7f33c0e706b019e5f67fb69b03f51fecf94c43fd3ba0372b987c3d3b8b
|
||||
|
||||
pre_build() {
|
||||
export CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2//}
|
||||
sed -e 's/-Werror//g' -i mk/c.mk
|
||||
}
|
Loading…
Add table
Reference in a new issue