void-packages/srcpkgs/fx/template

22 lines
518 B
Bash
Raw Normal View History

2023-09-25 23:16:22 +02:00
# Template file for 'fx'
pkgname=fx
2023-11-17 21:35:55 +01:00
version=31.0.0
2023-09-25 23:16:22 +02:00
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"
2023-11-17 21:35:55 +01:00
checksum=8408047ef42506aac44aa805de209dd64ae4fc084e76bee8e24112ffbdc2d5dc
2023-09-25 23:16:22 +02:00
do_check() {
go test ./...
}
post_install() {
vlicense LICENSE
}