mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
New package: micro-1.1.1
This commit is contained in:
parent
3de6566621
commit
7b28be872b
1 changed files with 18 additions and 0 deletions
18
srcpkgs/micro/template
Normal file
18
srcpkgs/micro/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'micro'
|
||||||
|
pkgname=micro
|
||||||
|
version=1.1.1
|
||||||
|
revision=1
|
||||||
|
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=928c40ac67abdc5a27f771b902babb5756cc8c01f87a05034e19ecfd82d3eba4
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue