Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
41b04108
Commit
41b04108
authored
4 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
testing/gron: upgrade to 0.6.1
parent
0c97d3af
No related branches found
No related tags found
1 merge request
!17503
testing/gron: upgrade to 0.6.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/gron/APKBUILD
+5
-18
5 additions, 18 deletions
testing/gron/APKBUILD
with
5 additions
and
18 deletions
testing/gron/APKBUILD
+
5
−
18
View file @
41b04108
# Contributor: Tiago Ilieve <tiago.myhro@gmail.com>
# Maintainer: Tiago Ilieve <tiago.myhro@gmail.com>
pkgname
=
gron
pkgver
=
0.6.
0
pkgrel
=
2
pkgver
=
0.6.
1
pkgrel
=
0
pkgdesc
=
"Make JSON greppable"
url
=
"https://github.com/tomnomnom/gron"
arch
=
"all"
license
=
"MIT"
depends
=
""
makedepends
=
"go>=1.11"
source
=
"gron-
$pkgver
.tar.gz::https://github.com/tomnomnom/gron/archive/v
${
pkgver
}
.tar.gz
go.mod go.sum"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
source
=
"gron-
$pkgver
.tar.gz::https://github.com/tomnomnom/gron/archive/v
$pkgver
.tar.gz"
build
()
{
cd
"
$builddir
"
go build
-v
-ldflags
"-s -w -X main.gronVersion=
$pkgver
"
-o
gron
}
check
()
{
cd
"
$builddir
"
./gron
--version
./gron testdata/one.json
go
test
go
test
./...
}
package
()
{
cd
"
$builddir
"
install
-Dm755
./gron
"
$pkgdir
"
/usr/bin/gron
}
sha512sums
=
"aa1e2e6d00927b8b0abb5b39593deed9037d7f1fdf669f1c3c2e28ce117b270e10758027afd962499783a1f6f4d848cc6c6a0f6e4323ba8c53be14e1add622fe gron-0.6.0.tar.gz
30d5e835903698ae1cb1203c986b4eb4989aa74fcc50b907656b5182fd5060e403ba991dcba3a65a3a215898dfeb5caa46f24ec0bc58535e4f80d937583407bb go.mod
8d1898bd5d6dba0e121615b4c6c279b0df031eb2ec900c2afc39126be6006557f1b5e87c1a0572cca2ef45ec66775b7606b5701f28c6dbefaa9fa2fd65587a4d go.sum"
sha512sums
=
"1076bbb8c21b3138676fc57d093004f9c881794932809c742d2c06c5e025e29940c082ff999dcaae9f3c53d478d4fccb38b17219c0d20fbf2b21634c2ad6f9aa gron-0.6.1.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment