aboutsummaryrefslogtreecommitdiff
path: root/repos/xorg/hsetroot/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-07-15 09:56:45 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-07-15 09:56:45 +0800
commitfa579f499b631b652e7b84d022e3194692f1c7c1 (patch)
tree08859bc508df2329712b19cc8b15fe9998b5eb47 /repos/xorg/hsetroot/abuild
parentaeefceb3e1c91e72349143e957c0f3b1bee073fc (diff)
downloadalicelinux-fa579f499b631b652e7b84d022e3194692f1c7c1.tar.gz
alicelinux-fa579f499b631b652e7b84d022e3194692f1c7c1.zip
hsetroot: new added
Diffstat (limited to 'repos/xorg/hsetroot/abuild')
-rw-r--r--repos/xorg/hsetroot/abuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/repos/xorg/hsetroot/abuild b/repos/xorg/hsetroot/abuild
new file mode 100644
index 00000000..e16152c3
--- /dev/null
+++ b/repos/xorg/hsetroot/abuild
@@ -0,0 +1,9 @@
+name=hsetroot
+version=1.0.5
+release=1
+source="https://github.com/himdel/${name}/archive/${version}/${name}-${version}.tar.gz"
+
+build() {
+ make
+ install -Dt $PKG/usr/bin hsetroot hsr-outputs
+}