forked from rosa/hakurei
29 lines
496 B
Go
29 lines
496 B
Go
//az:schema mbf
|
|
|
|
package musl-obstack {
|
|
description = "obstack functions and macros separated from glibc"
|
|
website = "https://github.com/void-linux/musl-obstack"
|
|
anitya = 146206
|
|
|
|
version := "1.2.3"
|
|
source = remoteGitHub {
|
|
suffix = "void-linux/musl-obstack"
|
|
tag = "v"+version
|
|
checksum = "tVRY_KjIlkkMszcaRlkKdBVQHIXTT_T_TiMxbwErlILXrOBosocg8KklppZhNdCG"
|
|
}
|
|
|
|
env = [
|
|
"CC=cc -fPIC"
|
|
]
|
|
|
|
exec = make {
|
|
generate = "./bootstrap.sh"
|
|
}
|
|
|
|
inputs = [
|
|
automake
|
|
libtool
|
|
pkg-config
|
|
]
|
|
}
|