From ba4e30d8cd8624b1f2baf29b1d08f628d319a15c Mon Sep 17 00:00:00 2001 From: emmett1 Date: Mon, 15 Jul 2024 09:56:45 +0800 Subject: tinywm: new added --- repos/xorg/tinywm/abuild | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 repos/xorg/tinywm/abuild (limited to 'repos/xorg/tinywm/abuild') 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 +} -- cgit v1.2.3