diff --git a/srcpkgs/ghgrab/template b/srcpkgs/ghgrab/template new file mode 100644 index 00000000000000..e727bd71dd6073 --- /dev/null +++ b/srcpkgs/ghgrab/template @@ -0,0 +1,17 @@ +# Template file for 'ghgrab' +pkgname=ghgrab +version=2.0.1 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +short_desc="Grab files from GitHub, GitLab, Codeberg, Gitea and Forgejo in your CLI" +maintainer="nerdyslacker " +license="MIT" +homepage="https://github.com/abhixdd/ghgrab" +changelog="https://github.com/abhixdd/ghgrab/releases" +distfiles="https://github.com/abhixdd/ghgrab/archive/refs/tags/v${version}.tar.gz" +checksum=4085a878d1a99bcc91431da7fc24b7825fec3293a2bbeb4a67a94561b798dca8 + +post_install() { + vlicense LICENSE +}