diff options
-rwxr-xr-x | xorg/xbanish/build | 4 | ||||
-rw-r--r-- | xorg/xbanish/checksums | 1 | ||||
-rw-r--r-- | xorg/xbanish/depends | 1 | ||||
-rw-r--r-- | xorg/xbanish/sources | 1 | ||||
-rw-r--r-- | xorg/xbanish/version | 1 |
5 files changed, 8 insertions, 0 deletions
diff --git a/xorg/xbanish/build b/xorg/xbanish/build new file mode 100755 index 00000000..431cc725 --- /dev/null +++ b/xorg/xbanish/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make DESTDIR="$1" PREFIX=/usr install diff --git a/xorg/xbanish/checksums b/xorg/xbanish/checksums new file mode 100644 index 00000000..04e3ab54 --- /dev/null +++ b/xorg/xbanish/checksums @@ -0,0 +1 @@ +6e9bec35720b3d0f047028ad248a758249c7139c62ef140d9d39df6bd382712d v1.6.tar.gz diff --git a/xorg/xbanish/depends b/xorg/xbanish/depends new file mode 100644 index 00000000..1903bba6 --- /dev/null +++ b/xorg/xbanish/depends @@ -0,0 +1 @@ +libX11 diff --git a/xorg/xbanish/sources b/xorg/xbanish/sources new file mode 100644 index 00000000..86816aac --- /dev/null +++ b/xorg/xbanish/sources @@ -0,0 +1 @@ +https://github.com/jcs/xbanish/archive/v1.6.tar.gz diff --git a/xorg/xbanish/version b/xorg/xbanish/version new file mode 100644 index 00000000..d1ad7a00 --- /dev/null +++ b/xorg/xbanish/version @@ -0,0 +1 @@ +1.6 1 |