aboutsummaryrefslogtreecommitdiff
path: root/repos/xorg/tinywm/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
commitba4e30d8cd8624b1f2baf29b1d08f628d319a15c (patch)
treed2dc0f3b3c5414f185598df4e921e689f874d69a /repos/xorg/tinywm/abuild
parentd343a2feb8020153e0514667e76f0d3ee0d7eb83 (diff)
downloadalicelinux-ba4e30d8cd8624b1f2baf29b1d08f628d319a15c.tar.gz
alicelinux-ba4e30d8cd8624b1f2baf29b1d08f628d319a15c.zip
tinywm: new added
Diffstat (limited to 'repos/xorg/tinywm/abuild')
-rw-r--r--repos/xorg/tinywm/abuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/repos/xorg/tinywm/abuild b/repos/xorg/tinywm/abuild
new file mode 100644
index 00000000..52de5e80
--- /dev/null
+++ b/repos/xorg/tinywm/abuild
@@ -0,0 +1,10 @@
+name=tinywm
+version=1.3
+release=1
+source="http://incise.org/files/dev/${name}-${version}.tgz"
+
+build() {
+ make PREFIX=/usr
+ mkdir -p $PKG/usr/bin
+ install -m755 $name $PKG/usr/bin/$name
+}