aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repos/extra/i3blocks/.files12
-rw-r--r--repos/extra/i3blocks/abuild9
2 files changed, 21 insertions, 0 deletions
diff --git a/repos/extra/i3blocks/.files b/repos/extra/i3blocks/.files
new file mode 100644
index 00000000..aebe64ee
--- /dev/null
+++ b/repos/extra/i3blocks/.files
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root etc/
+-rw-r--r-- root/root etc/i3blocks.conf.new
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/i3blocks
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/bash-completion/
+drwxr-xr-x root/root usr/share/bash-completion/completions/
+-rw-r--r-- root/root usr/share/bash-completion/completions/i3blocks
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/i3blocks.1.gz
diff --git a/repos/extra/i3blocks/abuild b/repos/extra/i3blocks/abuild
new file mode 100644
index 00000000..3c62e524
--- /dev/null
+++ b/repos/extra/i3blocks/abuild
@@ -0,0 +1,9 @@
+name=i3blocks
+version=1.5
+release=1
+source="https://github.com/vivien/${name}/archive/${version}/${name}-${version}.tar.gz"
+export MAKEFLAGS=-j1
+
+prebuild() {
+ autoreconf -fiv
+}