]> git.armaanb.net Git - asd-repo.git/commitdiff
spectrwm: add package
authorArmaan Bhojwani <me@armaanb.net>
Tue, 30 Mar 2021 02:34:37 +0000 (22:34 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Tue, 30 Mar 2021 02:34:37 +0000 (22:34 -0400)
spectrwm/build [new file with mode: 0755]
spectrwm/checksums [new file with mode: 0644]
spectrwm/depends [new file with mode: 0644]
spectrwm/post-install [new file with mode: 0755]
spectrwm/sources [new file with mode: 0644]
spectrwm/version [new file with mode: 0644]

diff --git a/spectrwm/build b/spectrwm/build
new file mode 100755 (executable)
index 0000000..a563df9
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/sh -e
+
+cd linux
+make PREFIX=/usr
+make PREFIX=/usr DESTDIR="$1" install
+
+mkdir -p "$1/etc/spectrwm"
+install -Dm644 ../spectrwm.conf "$1/etc/spectrwm/"
+install -Dm644 ../spectrwm_us.conf "$1/etc/spectrwm/"
\ No newline at end of file
diff --git a/spectrwm/checksums b/spectrwm/checksums
new file mode 100644 (file)
index 0000000..f050214
--- /dev/null
@@ -0,0 +1 @@
+c030ef30bd11bbdfce3d4a1daf51f0c1358821ba95ebdc4cdb32d3944c8ce03c
diff --git a/spectrwm/depends b/spectrwm/depends
new file mode 100644 (file)
index 0000000..0eec49b
--- /dev/null
@@ -0,0 +1,7 @@
+libXt make
+libXcursor
+libXft
+libXrandr
+xcb-util
+xcb-util-keysyms
+xcb-util-wm
diff --git a/spectrwm/post-install b/spectrwm/post-install
new file mode 100755 (executable)
index 0000000..0cf3a7a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+printf %s "the default config files will not work because
+they hard depend on dmenu and terminus-font."
\ No newline at end of file
diff --git a/spectrwm/sources b/spectrwm/sources
new file mode 100644 (file)
index 0000000..abb6a8d
--- /dev/null
@@ -0,0 +1 @@
+https://github.com/conformal/spectrwm/archive/refs/tags/SPECTRWM_3_4_1.tar.gz
diff --git a/spectrwm/version b/spectrwm/version
new file mode 100644 (file)
index 0000000..89f6718
--- /dev/null
@@ -0,0 +1 @@
+3.4.1 1