New package: indicator-doom-cpu-1.0.0
This commit is contained in:
parent
ebd7737ab1
commit
d8f1cd060c
1 changed files with 19 additions and 0 deletions
19
srcpkgs/indicator-doom-cpu/template
Normal file
19
srcpkgs/indicator-doom-cpu/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue