diff --git a/srcpkgs/neofetch/template b/srcpkgs/neofetch/template new file mode 100644 index 00000000000..693c470f1cf --- /dev/null +++ b/srcpkgs/neofetch/template @@ -0,0 +1,17 @@ +# Template file for 'neofetch' +pkgname=neofetch +version=1.5 +revision=1 +noarch=yes +build_style=gnu-makefile +depends="bash xprop ImageMagick w3m-img" +short_desc="Simple system information script" +maintainer="Muhammad Herdiansyah " +homepage="https://github.com/dylanaraps/neofetch" +license="MIT" +distfiles="${homepage}/archive/${version}/${pkgname}-${version}.tar.gz" +checksum=a29f9aa194892940a5ec34a449049fbce92bc50dc4a0f608549980318f4136d8 + +post_install() { + vlicense LICENSE.md +}