mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
New package: vmdfmt-0.0.3
This commit is contained in:
parent
98568d9872
commit
522b0644bc
1 changed files with 18 additions and 0 deletions
18
srcpkgs/vmdfmt/template
Normal file
18
srcpkgs/vmdfmt/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'vmdfmt'
|
||||
pkgname=vmdfmt
|
||||
version=0.0.3
|
||||
revision=1
|
||||
wrksrc="vmd-${version}"
|
||||
build_style=go
|
||||
go_import_path="github.com/bobertlo/vmd"
|
||||
go_package="github.com/bobertlo/vmd/cmd/vmdfmt"
|
||||
short_desc="Markdown autoformatter similar to gofmt"
|
||||
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/bobertlo/vmd"
|
||||
distfiles="https://github.com/bobertlo/vmd/archive/v${version}.tar.gz"
|
||||
checksum=d2d491faba74360aeb1e03e906ac3d2471e88af74154d0acc95be222463fefde
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue