forked from rosa/hakurei
Compare commits
1 Commits
51e4426a4f
...
0eaf0b61df
| Author | SHA1 | Date | |
|---|---|---|---|
|
0eaf0b61df
|
@@ -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,
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user