void-packages/srcpkgs/indicator-doom-cpu/template
2020-05-27 11:38:59 +02:00

21 lines
691 B
Bash

# Template file for 'indicator-doom-cpu'
pkgname=indicator-doom-cpu
version=1.0.1
revision=1
archs=noarch
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
nocross="gobject-introspection"
python_version=2
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
}