18 lines
486 B
Text
18 lines
486 B
Text
# Description: Lightweight battery icon for the system tray
|
|
# URL: https://github.com/valr/cbatticon
|
|
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
|
|
# Depends on: libnotify
|
|
|
|
name=cbatticon
|
|
version=1.6.13
|
|
release=2
|
|
source=(https://github.com/valr/cbatticon/archive/$version/$name-$version.tar.gz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
make WITH_NOTIFY=1 WITH_GTK3=1
|
|
make PREFIX=$PKG/usr install
|
|
|
|
rm -rf $PKG/usr/share/doc/cbatticon-1.6.13/
|
|
rm -rf $PKG/usr/share/locale/
|
|
}
|