diff options
author | Brian Cole <git@brianecole.com> | 2019-05-04 12:38:18 -0400 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-04 18:57:06 +0000 |
commit | dbfcdaeaa69aa09be9f975a029be0b7f446a9b29 (patch) | |
tree | eee8732b124ff169c46a0062540882a58662689f /testing/i3status | |
parent | 0dcea91b2e8ad992b32cee5082224887a78699ac (diff) | |
download | aports-dbfcdaeaa69aa09be9f975a029be0b7f446a9b29.tar.bz2 aports-dbfcdaeaa69aa09be9f975a029be0b7f446a9b29.tar.xz |
testing/i3status: add maintainer to i3status and set !check
Add myself as maintainer on i3status, and explicitly specify that it has
no test suite (when testing to make sure I could build locally, it
complained, so I confirmed that upstream doesn't ship any tests in the
current stable version).
Closes GH-7552
Diffstat (limited to 'testing/i3status')
-rw-r--r-- | testing/i3status/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/i3status/APKBUILD b/testing/i3status/APKBUILD index 0bcf82aff2..9c583d0c9c 100644 --- a/testing/i3status/APKBUILD +++ b/testing/i3status/APKBUILD @@ -1,12 +1,13 @@ # Contributor: k0r10n <k0r10n.dev@gmail.com> -# Maintainer: +# Maintainer: Brian Cole <git@brianecole.com> pkgname=i3status pkgver=2.12 -pkgrel=0 +pkgrel=1 pkgdesc="Generates status bar for dzen2, xmobar or similar" url="https://i3.zekjur.net/i3status" arch="all" license="BSD-3-Clause" +options="!check" # No test suite makedepends="alsa-lib-dev asciidoc confuse-dev libnl3-dev linux-headers yajl-dev" subpackages="$pkgname-doc" source="https://i3wm.org/i3status/$pkgname-$pkgver.tar.bz2 |