New package: fx-30.1.1
This commit is contained in:
parent
4fb3206db0
commit
c1f0e43d29
1 changed files with 21 additions and 0 deletions
21
srcpkgs/fx/template
Normal file
21
srcpkgs/fx/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'fx'
|
||||
pkgname=fx
|
||||
version=30.1.1
|
||||
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=650f8e1079256b8c97d57eb7963c81763ab63096edbf10bb145246e495f6cdc4
|
||||
|
||||
do_check() {
|
||||
go test ./...
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue