diff --git a/srcpkgs/onefetch/template b/srcpkgs/onefetch/template new file mode 100644 index 00000000000..05767f8b5c8 --- /dev/null +++ b/srcpkgs/onefetch/template @@ -0,0 +1,15 @@ +# Template file for 'onefetch' +pkgname=onefetch +version=2.1.0 +revision=1 +build_style=cargo +short_desc="Git repository summary on your terminal" +maintainer="Jan Christian Grünhage " +license="MIT" +homepage="https://github.com/o2sh/onefetch" +distfiles="https://github.com/o2sh/onefetch/archive/v${version}.tar.gz" +checksum=54c7b543b39cf22bac2505c792d7fbba75bfdbe1a19900879b439dc65c75c414 + +post_install() { + vlicense LICENSE.md +}