diff --git a/srcpkgs/indicator-doom-cpu/template b/srcpkgs/indicator-doom-cpu/template new file mode 100644 index 00000000000..6f8453d4feb --- /dev/null +++ b/srcpkgs/indicator-doom-cpu/template @@ -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 " +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 +}