a879218a55
Closes #20717
21 lines
731 B
Bash
21 lines
731 B
Bash
# Template file for 'micro'
|
|
pkgname=micro
|
|
version=2.0.2
|
|
revision=2
|
|
build_style=go
|
|
go_import_path="github.com/zyedidia/micro"
|
|
go_package="${go_import_path}/cmd/micro"
|
|
go_ldflags="-X github.com/zyedidia/micro/internal/util.Version=${version}"
|
|
# Adding CompuileDate is bad reproducibility and adding CommitHash
|
|
# is redundant as we use a tag to build the package.
|
|
hostmakedepends="git"
|
|
short_desc="Modern and intuitive terminal-based text editor"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="MIT"
|
|
homepage="https://micro-editor.github.io"
|
|
distfiles="https://github.com/zyedidia/micro/archive/v${version}.tar.gz"
|
|
checksum=47937983c503e56241f4457d27da7223eeda93d09c28c36c4617d031edb3a2a4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|