forked from rosa/hakurei
internal/rosa/package: azalea proposal
This commit is contained in:
@@ -1,26 +1,28 @@
|
||||
package musl-obstack {
|
||||
description = "obstack functions and macros separated from glibc";
|
||||
website = "https://github.com/void-linux/musl-obstack";
|
||||
anitya = 146206;
|
||||
//az:schema mbf
|
||||
|
||||
version* = "1.2.3";
|
||||
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";
|
||||
};
|
||||
suffix = "void-linux/musl-obstack"
|
||||
tag = "v"+version
|
||||
checksum = "tVRY_KjIlkkMszcaRlkKdBVQHIXTT_T_TiMxbwErlILXrOBosocg8KklppZhNdCG"
|
||||
}
|
||||
|
||||
env = [
|
||||
"CC=cc -fPIC",
|
||||
];
|
||||
"CC=cc -fPIC"
|
||||
]
|
||||
|
||||
exec = make {
|
||||
generate = "./bootstrap.sh";
|
||||
};
|
||||
generate = "./bootstrap.sh"
|
||||
}
|
||||
|
||||
inputs = [
|
||||
automake,
|
||||
libtool,
|
||||
pkg-config,
|
||||
];
|
||||
automake
|
||||
libtool
|
||||
pkg-config
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user