diff --git a/srcpkgs/pfetch/template b/srcpkgs/pfetch/template new file mode 100644 index 00000000000..2519d2e9574 --- /dev/null +++ b/srcpkgs/pfetch/template @@ -0,0 +1,16 @@ +# Template file for 'pfetch' +pkgname=pfetch +version=0.3 +revision=1 +archs="noarch" +short_desc="System information tool written in POSIX sh" +maintainer="Daniel Lewan " +license="MIT" +homepage="https://github.com/dylanaraps/pfetch" +distfiles="https://github.com/dylanaraps/pfetch/archive/${version}.tar.gz" +checksum=e65694db6e49c9850d15bf9948a4d19ce9a1807966bd2e4cea7b0df202c2d14d + +do_install() { + vbin pfetch + vlicense LICENSE.md +}