summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2019-03-02 12:08:21 -0600
committerMatt Housh <jaeger@crux.ninja>2019-03-02 12:08:21 -0600
commit37c9a1d39bb2375e585edef78f46a07006bdf166 (patch)
tree7583d4807145ba3158b9b3eb0f55c46aa6b0ad2f
parentaefbe32c9255723648037cafd01ff5132f75e144 (diff)
downloadcontrib-37c9a1d39bb2375e585edef78f46a07006bdf166.tar.gz
contrib-37c9a1d39bb2375e585edef78f46a07006bdf166.tar.xz
i3blocks: initial import, version 1.4
-rw-r--r--i3blocks/.footprint24
-rw-r--r--i3blocks/.signature5
-rw-r--r--i3blocks/Pkgfile13
3 files changed, 42 insertions, 0 deletions
diff --git a/i3blocks/.footprint b/i3blocks/.footprint
new file mode 100644
index 000000000..fbb5d8f4b
--- /dev/null
+++ b/i3blocks/.footprint
@@ -0,0 +1,24 @@
+drwxr-xr-x root/root etc/
+-rw-r--r-- root/root etc/i3blocks.conf
+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/lib/
+drwxr-xr-x root/root usr/lib/i3blocks/
+-rwxr-xr-x root/root usr/lib/i3blocks/bandwidth
+-rwxr-xr-x root/root usr/lib/i3blocks/battery
+-rwxr-xr-x root/root usr/lib/i3blocks/cpu_usage
+-rwxr-xr-x root/root usr/lib/i3blocks/disk
+-rwxr-xr-x root/root usr/lib/i3blocks/iface
+-rwxr-xr-x root/root usr/lib/i3blocks/keyindicator
+-rwxr-xr-x root/root usr/lib/i3blocks/load_average
+-rwxr-xr-x root/root usr/lib/i3blocks/mediaplayer
+-rwxr-xr-x root/root usr/lib/i3blocks/memory
+-rwxr-xr-x root/root usr/lib/i3blocks/openvpn
+-rwxr-xr-x root/root usr/lib/i3blocks/temperature
+-rwxr-xr-x root/root usr/lib/i3blocks/volume
+-rwxr-xr-x root/root usr/lib/i3blocks/wifi
+drwxr-xr-x root/root usr/share/
+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/i3blocks/.signature b/i3blocks/.signature
new file mode 100644
index 000000000..8313356cc
--- /dev/null
+++ b/i3blocks/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF3wgxZgDGWAwmBe6a1K7KJQpJYPUHRROAkgqpfM08KzNrTPFldnE6V/pPl0AKrhvMTP+M5nXz9uZVpeTKYYEzHQg=
+SHA256 (Pkgfile) = 4732c9cf4d2a15d2c427af95cf28446fe2a6fee0e4bcd15fc4c20924fb6b9bbb
+SHA256 (.footprint) = 863019d7d07f0b2ef72d68726629c66ec0f1a3b54fd6e565f417e87ba7926c0a
+SHA256 (i3blocks-1.4.tar.gz) = c64720057e22cc7cac5e8fcd58fd37e75be3a7d5a3cb8995841a7f18d30c0536
diff --git a/i3blocks/Pkgfile b/i3blocks/Pkgfile
new file mode 100644
index 000000000..f5deb02ea
--- /dev/null
+++ b/i3blocks/Pkgfile
@@ -0,0 +1,13 @@
+# Description: A flexible scheduler for your i3bar blocks
+# URL: https://github.com/vivien/i3blocks
+# Maintainer: Matt Housh, jaeger at crux dot ninja
+
+name=i3blocks
+version=1.4
+release=1
+source=(https://github.com/vivien/i3blocks/releases/download/$version/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ make LIBEXECDIR=/usr/lib PREFIX=/usr DESTDIR=$PKG install
+}

Generated by cgit