forked from rosa/hakurei
27 lines
495 B
Go
27 lines
495 B
Go
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,
|
|
];
|
|
}
|