diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 23:34:57 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 23:34:57 +0800 |
| commit | e2049e835735b2dc5495a701a3186291577d6b1e (patch) | |
| tree | de98659feac12eca2ca95886a42b8cb3fe13cf59 /repos/extra/shfm | |
| parent | a5a291e17886e6b1b60638ca9615780cdd290fb3 (diff) | |
| download | alicelinux-e2049e835735b2dc5495a701a3186291577d6b1e.tar.gz alicelinux-e2049e835735b2dc5495a701a3186291577d6b1e.zip | |
removed junks
Diffstat (limited to 'repos/extra/shfm')
| -rw-r--r-- | repos/extra/shfm/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/shfm/.files | 3 | ||||
| -rw-r--r-- | repos/extra/shfm/abuild | 8 |
3 files changed, 12 insertions, 0 deletions
diff --git a/repos/extra/shfm/.checksum b/repos/extra/shfm/.checksum new file mode 100644 index 00000000..8ff1e2e5 --- /dev/null +++ b/repos/extra/shfm/.checksum @@ -0,0 +1 @@ +ac8b16391c97349f60bea3a71cbe1309472486e3e92008f96f428da72141cfe9 shfm-0.4.2.tar.gz diff --git a/repos/extra/shfm/.files b/repos/extra/shfm/.files new file mode 100644 index 00000000..fe6c9ce7 --- /dev/null +++ b/repos/extra/shfm/.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/shfm diff --git a/repos/extra/shfm/abuild b/repos/extra/shfm/abuild new file mode 100644 index 00000000..06ac9778 --- /dev/null +++ b/repos/extra/shfm/abuild @@ -0,0 +1,8 @@ +name=shfm +version=0.4.2 +release=1 +source="https://github.com/dylanaraps/${name}/archive/${version}/${name}-${version}.tar.gz" + +build() { + install -Dm755 shfm $PKG/usr/bin/shfm +} |