18 lines
487 B
Bash
18 lines
487 B
Bash
# Template file for 'fx'
|
|
pkgname=fx
|
|
version=35.0.0
|
|
revision=2
|
|
build_style=go
|
|
go_import_path=github.com/antonmedv/fx
|
|
short_desc="Terminal JSON viewer & processor"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="MIT"
|
|
homepage="https://fx.wtf"
|
|
changelog="https://github.com/antonmedv/fx/releases"
|
|
distfiles="https://github.com/antonmedv/fx/archive/refs/tags/${version}.tar.gz"
|
|
checksum=5ab642bb91ad9c1948de1add2d62acec22d82398e420957c191c1549999eb351
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|