void-packages/srcpkgs/micro/template
2017-02-20 07:07:47 +00:00

20 lines
643 B
Bash

# Template file for 'micro'
pkgname=micro
version=1.1.3
revision=3
build_style=go
go_import_path="github.com/zyedidia/micro"
go_package="${go_import_path}/cmd/micro"
hostmakedepends="git"
short_desc="A modern and intuitive terminal-based text editor"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT"
homepage="https://github.com/zyedidia/micro"
distfiles="https://github.com/zyedidia/micro/archive/v${version}.tar.gz"
checksum=d5f3cba6d5b1bfd09c41af161360c8aa11e644306d23d9d9b3245cbed1d47f9a
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/513/steps/shell_3/logs/stdio"
post_install() {
vlicense LICENSE
}