20 lines
691 B
Bash
20 lines
691 B
Bash
# Template file for 'indicator-doom-cpu'
|
|
pkgname=indicator-doom-cpu
|
|
version=1.0.0
|
|
revision=1
|
|
_commit=d40a3db96be2e524009c64e97c805653c359a45b
|
|
wrksrc="$pkgname-$_commit"
|
|
depends="pygtk"
|
|
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/thypon/indicator-doom-cpu"
|
|
distfiles="$homepage/archive/$_commit.tar.gz"
|
|
checksum=ab65de548c42b29830bb57d254834c3d5a909b851fc4ace909a25085ba7b277c
|
|
|
|
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
|
|
}
|