forked from rosa/hakurei
internal/rosa/package: migrate multiple libraries
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
26
internal/rosa/package/musl-obstack.az
Normal file
26
internal/rosa/package/musl-obstack.az
Normal file
@@ -0,0 +1,26 @@
|
||||
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,
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user