From c71eb547ead9c58488b23706b8dd804abb9de28c Mon Sep 17 00:00:00 2001 From: anelki Date: Thu, 27 Apr 2023 15:51:23 -0500 Subject: [PATCH] New package: mmv-go 0.1.6 --- srcpkgs/mmv-go/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/mmv-go/template diff --git a/srcpkgs/mmv-go/template b/srcpkgs/mmv-go/template new file mode 100644 index 000000000000..28f23c1354fa --- /dev/null +++ b/srcpkgs/mmv-go/template @@ -0,0 +1,18 @@ +# Template file for 'mmv-go' +pkgname=mmv-go +version=0.1.6 +revision=1 +build_style=go +go_import_path=github.com/itchyny/mmv/cmd/mmv@latest +short_desc="Rename and move multiple files at once with your editor" +maintainer="anelki " +license="MIT" +homepage="https://github.com/itchyny/mmv" +changelog="https://raw.githubusercontent.com/itchyny/mmv/main/CHANGELOG.md" +distfiles="https://github.com/itchyny/mmv/archive/refs/tags/v${version}.tar.gz" +checksum=18d181e6a53437ad18c4409f3c423bc23687152a17b53a605dde13dfffb0d215 + +post_install() { + mv ${DESTDIR}/usr/bin/mmv ${DESTDIR}/usr/bin/mmv-go + vlicense LICENSE +}