19 lines
636 B
Bash
19 lines
636 B
Bash
# Template file for 'indicator-doom-cpu'
|
|
pkgname=indicator-doom-cpu
|
|
version=1.0.1
|
|
revision=1
|
|
noarch=yes
|
|
depends="python-gobject"
|
|
short_desc="CPU load indicator showing the dying face from the video game DOOM"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/ebruck/indicator-doom-cpu"
|
|
distfiles="$homepage/archive/v$version.tar.gz"
|
|
checksum=87dcb082c5032518b2616c85967ac92cf3618b6e0276266ec413537b6256c7d5
|
|
|
|
do_install() {
|
|
vinstall $pkgname 755 usr/share/indicator-doom-cpu
|
|
vinstall debian/indicator-doom-cpu.desktop 644 usr/share/applications
|
|
vcopy icons usr/share/indicator-doom-cpu
|
|
}
|