mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
New package: mmv-go 0.1.6
This commit is contained in:
parent
2ba056e874
commit
086ae22020
1 changed files with 18 additions and 0 deletions
18
srcpkgs/mmv-go/template
Normal file
18
srcpkgs/mmv-go/template
Normal file
|
@ -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 <akierig@fastmail.de>"
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue