All checks were successful
Test / Create distribution (push) Successful in 2m40s
Test / Sandbox (push) Successful in 2m46s
Test / ShareFS (push) Successful in 3m47s
Test / Sandbox (race detector) (push) Successful in 5m28s
Test / Hakurei (race detector) (push) Successful in 6m47s
Test / Hakurei (push) Successful in 2m41s
Test / Flake checks (push) Successful in 1m31s
This replaces the '*' placeholder with a less confusing '#'. Signed-off-by: Ophestra <cat@gensokyo.uk>
24 lines
499 B
Go
24 lines
499 B
Go
package libbsd {
|
|
description = "provides useful functions commonly found on BSD systems";
|
|
website = "https://libbsd.freedesktop.org";
|
|
anitya = 1567;
|
|
|
|
version# = "0.12.2";
|
|
source = remoteGit {
|
|
url = "https://gitlab.freedesktop.org/libbsd/libbsd.git";
|
|
tag = version;
|
|
checksum = "NVS0xFLTwSP8JiElEftsZ-e1_C-IgJhHrHE77RwKt5178M7r087waO-zYx2_dfGX";
|
|
};
|
|
|
|
exec = make {
|
|
generate = "echo '" + version + "' > .dist-version && ./autogen";
|
|
};
|
|
|
|
inputs = [
|
|
automake,
|
|
libtool,
|
|
|
|
libmd,
|
|
];
|
|
}
|