diff options
author | Marvin Steadfast <marvin@xsteadfastx.org> | 2019-03-21 13:36:50 +0100 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-03-24 15:57:41 +0200 |
commit | 73785b1b278d16030dfc32f17c412e966e3c973f (patch) | |
tree | 6e6cc0b1b3860ac3d1c04a82ea86d37a665e61c3 /testing/i3blocks/APKBUILD | |
parent | 15aca31a287c4aa09488ecf02cbff141e32eca80 (diff) | |
download | aports-73785b1b278d16030dfc32f17c412e966e3c973f.tar.gz aports-73785b1b278d16030dfc32f17c412e966e3c973f.tar.bz2 aports-73785b1b278d16030dfc32f17c412e966e3c973f.tar.xz |
testing/i3blocks: new aport
Diffstat (limited to 'testing/i3blocks/APKBUILD')
-rw-r--r-- | testing/i3blocks/APKBUILD | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/testing/i3blocks/APKBUILD b/testing/i3blocks/APKBUILD new file mode 100644 index 00000000000..e6c48452fd1 --- /dev/null +++ b/testing/i3blocks/APKBUILD @@ -0,0 +1,29 @@ +# Contributor: Marvin Steadfast <marvin@xsteadfastx.org> +# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org> +pkgname=i3blocks +pkgver=1.4 +pkgrel=0 +pkgdesc="A minimalist scheduler for your status line scripts" +url="https://github.com/vivien/i3blocks" +arch="all" +license="GPL-3.0-or-later" +options="!check" # no test suite +makedepends="ronn" +subpackages="$pkgname-doc" +source="$pkgname-$pkgver.tar.gz::https://github.com/vivien/i3blocks/archive/$pkgver.tar.gz + fix-musl.patch + " +builddir="$srcdir/$pkgname-$pkgver" + +build() { + cd "$builddir" + make +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" PREFIX=/usr install +} + +sha512sums="f04fd68d59097b21bc88f3097dff137de656dd3fa696d9c04b987ba25136e5e5d9cacb63998e8635fe55fcf94f47900aec8c79d98e1d1d8847856a89ad9a6578 i3blocks-1.4.tar.gz +ea4e76637d3112f4529558e04bb93007297678360052be4a28932e9389afe98f538a09008f92fcf0a68312c1c60ac5ad0687f467555ebccc4ac833c489856017 fix-musl.patch" |