void-packages/srcpkgs/fx/template

22 lines
518 B
Bash

# Template file for 'fx'
pkgname=fx
version=34.0.0
revision=1
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=a1d436a8951a753488adda02fe9fb1091fabfe928eafce73f3b1e690a9dccbee
do_check() {
go test ./...
}
post_install() {
vlicense LICENSE
}