aboutsummaryrefslogtreecommitdiff
path: root/repos
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-07-15 09:56:56 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-07-15 09:56:56 +0800
commit6c39845535319c52e28be040ecc229d936fc1ee4 (patch)
tree0d5c7075f232fbc8a3ce35728f2a4b0132f57292 /repos
parenta5956e1769de25400bf15c8c5abc45698a64a591 (diff)
downloadalicelinux-6c39845535319c52e28be040ecc229d936fc1ee4.tar.gz
alicelinux-6c39845535319c52e28be040ecc229d936fc1ee4.zip
i3blocks: new added
Diffstat (limited to 'repos')
-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
+}