aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cbatticon/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cbatticon/APKBUILD')
-rw-r--r--testing/cbatticon/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/cbatticon/APKBUILD b/testing/cbatticon/APKBUILD
deleted file mode 100644
index a444ad72249..00000000000
--- a/testing/cbatticon/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: Kevin Daudt <kdaudt@alpinelinux.org>
-# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
-pkgname=cbatticon
-pkgver=1.6.10
-pkgrel=0
-pkgdesc="lightweight and fast battery icon that sits in your systray"
-url="https://github.com/valr/cbatticon"
-arch="all"
-license="GPL-2.0-or-later"
-makedepends="gtk+3.0-dev libnotify-dev"
-options="!check" # no test suite
-subpackages="$pkgname-doc $pkgname-lang"
-source="$pkgname-$pkgver.tar.gz::https://github.com/valr/cbatticon/archive/refs/tags/$pkgver.tar.gz"
-
-build() {
- make
-}
-
-package() {
- make install DESTDIR=$pkgdir/
-}
-
-sha512sums="
-cf499eb7ac1d775918a7af01700a9e8eeefd9e31a44fd63c9f38bff83945cea9fb21dde960052768f8d0a0c004caeea115f2d80cb3838789859d43e432eae055 cbatticon-1.6.10.tar.gz
-"