🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: cbatticon
pkgver: '1.6.13'
pkgrel: '2'
pkgdesc: 'https://github.com/valr/cbatticon'
url: 'https://github.com/valr/cbatticon.git'
arch: x86_64
license:
- GPL2
depends: []
makedepends:
- gtk3
- libnotify
- git
source: []
sha256sums: []
build: |
git clone ${url}
mv ${pkgname} ${pkgname}-${pkgver}
cd ${pkgname}-${pkgver}
git checkout 2b87a0f033a6c
make WITH_NOTIFY=1 WITH_GTK3=1
make PREFIX=${PKGDIR}/usr install
package: |
true