diff options
Diffstat (limited to 'user/libsysstat/APKBUILD')
-rw-r--r-- | user/libsysstat/APKBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/user/libsysstat/APKBUILD b/user/libsysstat/APKBUILD index 217d733c7..712c843a7 100644 --- a/user/libsysstat/APKBUILD +++ b/user/libsysstat/APKBUILD @@ -2,20 +2,16 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> pkgname=libsysstat pkgver=0.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="Library for querying system information & statistics" -url="http://lxqt.org" +url="https://lxqt.org" arch="all" +options="!check" # No test suite. license="LGPL-2.1+" depends="" -depends_dev="" -makedepends="cmake extra-cmake-modules lxqt-build-tools qt5-qtbase-dev $depends_dev" -install="" +makedepends="cmake extra-cmake-modules lxqt-build-tools qt5-qtbase-dev" subpackages="$pkgname-dev" source="https://github.com/lxqt/libsysstat/releases/download/$pkgver/libsysstat-$pkgver.tar.xz" -builddir="$srcdir/libsysstat-$pkgver" -# no tests provided -options="!check" build() { cd "$builddir" |