void-packages/srcpkgs/indicator-doom-cpu/template
2020-12-13 21:14:17 -03:00

18 lines
653 B
Bash

# Template file for 'indicator-doom-cpu'
pkgname=indicator-doom-cpu
version=1.0.1
revision=2
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.0-only"
homepage="https://github.com/ebruck/indicator-doom-cpu"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=87dcb082c5032518b2616c85967ac92cf3618b6e0276266ec413537b6256c7d5
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
}