diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-10 07:26:30 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-04-10 07:26:30 +0800 |
| commit | a64930636462bf24118ca7266f699ce2b696e821 (patch) | |
| tree | 58d116ac5f03aa9e84ece6e4ffa6b489573042a4 /repos/extra/birch/abuild | |
| parent | ddd8e1a8fab2ac39396282a7c09ddf6eca219613 (diff) | |
| download | alicelinux-a64930636462bf24118ca7266f699ce2b696e821.tar.gz alicelinux-a64930636462bf24118ca7266f699ce2b696e821.zip | |
clang branch updated
Diffstat (limited to 'repos/extra/birch/abuild')
| -rw-r--r-- | repos/extra/birch/abuild | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/repos/extra/birch/abuild b/repos/extra/birch/abuild new file mode 100644 index 00000000..2f7312bc --- /dev/null +++ b/repos/extra/birch/abuild @@ -0,0 +1,12 @@ +name=birch +version=27691aa4fb2746f73c373e6653c1fb17795729f9 +release=1 +source="$name-$version.tar.gz::https://github.com/dylanaraps/${name}/archive/${version}.tar.gz" + +build() { + install -Dm755 birch $PKG/usr/bin/birch + + # change some defaults + sed 's|irc.freenode.net|irc.libera.chat|' -i $PKG/usr/bin/birch + sed 's|kisslinux|libera|' -i $PKG/usr/bin/birch +} |