forked from rosa/hakurei
Compare commits
5 Commits
3a3d8efb1e
...
0eaf0b61df
| Author | SHA1 | Date | |
|---|---|---|---|
|
0eaf0b61df
|
|||
|
9e9469fe6c
|
|||
|
b6d90eb8e0
|
|||
|
879f911fd8
|
|||
|
1066fc0097
|
@@ -0,0 +1,28 @@
|
|||||||
|
package awk {
|
||||||
|
description = "one true awk";
|
||||||
|
website = "https://github.com/onetrueawk/awk";
|
||||||
|
anitya = 16171;
|
||||||
|
|
||||||
|
version# = "20260426";
|
||||||
|
source = remoteGitHub {
|
||||||
|
suffix = "onetrueawk/awk";
|
||||||
|
tag = version;
|
||||||
|
checksum = "ewAvWLEHajhm7cA7v4DsKVk1c11niCLKIE5Q-8W_sxv1XXsbZlcOuWn1KOBYMxjo";
|
||||||
|
};
|
||||||
|
|
||||||
|
enterSource = true;
|
||||||
|
writable = true;
|
||||||
|
chmod = true;
|
||||||
|
|
||||||
|
exec = make {
|
||||||
|
inPlace = true;
|
||||||
|
skipConfigure = true;
|
||||||
|
install = "install -vD a.out /work/system/bin/awk";
|
||||||
|
};
|
||||||
|
|
||||||
|
inputs = [
|
||||||
|
m4,
|
||||||
|
bison,
|
||||||
|
diffutils,
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -309,14 +309,15 @@ package findutils {
|
|||||||
website = "https://www.gnu.org/software/findutils";
|
website = "https://www.gnu.org/software/findutils";
|
||||||
anitya = 812;
|
anitya = 812;
|
||||||
|
|
||||||
version# = "4.10.0";
|
version# = "4.11.0";
|
||||||
source = remoteFile {
|
source = remoteFile {
|
||||||
url = "https://ftpmirror.gnu.org/gnu/findutils/findutils-"+version+".tar.xz";
|
url = "https://ftpmirror.gnu.org/gnu/findutils/findutils-"+version+".tar.xz";
|
||||||
checksum = "ZXABdNBQXL7QjTygynRRTdXYWxQKZ0Wn5eMd3NUnxR0xaS0u0VfcKoTlbo50zxv6";
|
checksum = "X-qsv9aUoBL583q-4iZcBI3_7Ufd3fSIqFmNLXWdEpUihlRfMpGGyAUt8SAvDKae";
|
||||||
};
|
};
|
||||||
|
|
||||||
early = `
|
early = `
|
||||||
echo '#!/bin/sh' > gnulib-tests/test-c32ispunct.sh
|
echo '#!/bin/sh' > gnulib-tests/test-c32ispunct.sh
|
||||||
|
echo 'int main(){return 0;}' > gnulib-tests/test-fstatat.c
|
||||||
echo 'int main(){return 0;}' > tests/xargs/test-sigusr.c
|
echo 'int main(){return 0;}' > tests/xargs/test-sigusr.c
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ sed -i \
|
|||||||
|
|
||||||
rm \
|
rm \
|
||||||
os/root_unix_test.go \
|
os/root_unix_test.go \
|
||||||
|
runtime/crash_cgo_test.go \
|
||||||
cmd/cgo/internal/testsanitizers/tsan_test.go \
|
cmd/cgo/internal/testsanitizers/tsan_test.go \
|
||||||
cmd/cgo/internal/testsanitizers/cshared_test.go
|
cmd/cgo/internal/testsanitizers/cshared_test.go
|
||||||
|
|
||||||
|
|||||||
@@ -3,11 +3,11 @@ package meson {
|
|||||||
website = "https://mesonbuild.com";
|
website = "https://mesonbuild.com";
|
||||||
anitya = 6472;
|
anitya = 6472;
|
||||||
|
|
||||||
version# = "1.11.1";
|
version# = "1.11.2";
|
||||||
source = remoteGitHub {
|
source = remoteGitHub {
|
||||||
suffix = "mesonbuild/meson";
|
suffix = "mesonbuild/meson";
|
||||||
tag = version;
|
tag = version;
|
||||||
checksum = "uvILRxdopwc6Dy17UbIeClcQr0qHqyTaqyk1M9OqWKN9PwB9N6UVAiyN8kSSz3r2";
|
checksum = "9AMilGxTOVqPA2DaGMASyuVs1BeTzgDZ0NH2oSYoRZk846ApvfOBa4cc18XEEK7M";
|
||||||
};
|
};
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
|
|||||||
@@ -3,11 +3,11 @@ package p11-kit {
|
|||||||
website = "https://p11-glue.freedesktop.org/p11-kit.html";
|
website = "https://p11-glue.freedesktop.org/p11-kit.html";
|
||||||
anitya = 2582;
|
anitya = 2582;
|
||||||
|
|
||||||
version# = "0.26.2";
|
version# = "0.26.4";
|
||||||
source = remoteGit {
|
source = remoteGit {
|
||||||
url = "https://github.com/p11-glue/p11-kit.git";
|
url = "https://github.com/p11-glue/p11-kit.git";
|
||||||
tag = version;
|
tag = version;
|
||||||
checksum = "3ei-6DUVtYzrRVe-SubtNgRlweXd6H2qHmUu-_5qVyIn6gSTvZbGS2u79Y8IFb2N";
|
checksum = "iqkBuTqqBAc6suv7wY89DyceN1arWTn2QwaXVwKN_J_IqNyRGNKPLq9RAmkumYD7";
|
||||||
};
|
};
|
||||||
|
|
||||||
exec = meson {
|
exec = meson {
|
||||||
|
|||||||
Reference in New Issue
Block a user