diff --git a/srcpkgs/giff/template b/srcpkgs/giff/template new file mode 100644 index 00000000000000..194ab01d3d104f --- /dev/null +++ b/srcpkgs/giff/template @@ -0,0 +1,15 @@ +# Template file for 'giff' +pkgname=giff +version=1.2.0 +revision=1 +build_style=cargo +short_desc="Terminal UI for git diffs with interactive rebase support" +maintainer="Gerardo Di Iorio " +license="MIT" +homepage="https://github.com/bahdotsh/giff" +distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" +checksum=475d192ad861e7bba5b881d9ce12459e7b918ad20c9214324a76271092c4a13c + +post_install() { + vlicense LICENSE +}