diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /birch | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'birch')
| -rw-r--r-- | birch/.checksum | 1 | ||||
| -rw-r--r-- | birch/.files | 3 | ||||
| -rw-r--r-- | birch/abuild | 12 | ||||
| -rw-r--r-- | birch/depends | 1 |
4 files changed, 17 insertions, 0 deletions
diff --git a/birch/.checksum b/birch/.checksum new file mode 100644 index 00000000..51d3ea94 --- /dev/null +++ b/birch/.checksum @@ -0,0 +1 @@ +f2bc10f7b0f963f80a891c0ecc48e69f58f622b229ad0272e1ee608d3ef65e60 birch-27691aa4fb2746f73c373e6653c1fb17795729f9.tar.gz diff --git a/birch/.files b/birch/.files new file mode 100644 index 00000000..b13000a5 --- /dev/null +++ b/birch/.files @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/birch diff --git a/birch/abuild b/birch/abuild new file mode 100644 index 00000000..2f7312bc --- /dev/null +++ b/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 +} diff --git a/birch/depends b/birch/depends new file mode 100644 index 00000000..705963a5 --- /dev/null +++ b/birch/depends @@ -0,0 +1 @@ +bash |