void-packages/srcpkgs/indicator-doom-cpu/template

19 lines
636 B
Bash
Raw Normal View History

2017-04-06 13:01:36 +02:00
# Template file for 'indicator-doom-cpu'
pkgname=indicator-doom-cpu
2017-05-27 16:09:44 +02:00
version=1.0.1
revision=1
noarch=yes
depends="python-gobject"
2017-04-06 13:01:36 +02:00
short_desc="CPU load indicator showing the dying face from the video game DOOM"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-3"
2017-05-27 16:09:44 +02:00
homepage="https://github.com/ebruck/indicator-doom-cpu"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=87dcb082c5032518b2616c85967ac92cf3618b6e0276266ec413537b6256c7d5
2017-04-06 13:01:36 +02:00
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
}