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
5d92a9f0
Commit
5d92a9f0
authored
2 years ago
by
Hoang Nguyen
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/teller: new aport
parent
162dd101
No related branches found
No related tags found
1 merge request
!45337
testing/teller: new aport
Pipeline
#157494
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/teller/APKBUILD
+37
-0
37 additions, 0 deletions
testing/teller/APKBUILD
with
37 additions
and
0 deletions
testing/teller/APKBUILD
0 → 100644
+
37
−
0
View file @
5d92a9f0
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
pkgname
=
teller
pkgver
=
1.5.6
pkgrel
=
0
pkgdesc
=
"Cloud native secrets management for developers"
url
=
"https://tlr.dev/"
arch
=
"all"
license
=
"Apache-2.0"
makedepends
=
"go"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/tellerops/teller/archive/refs/tags/v
$pkgver
.tar.gz"
export
GOCACHE
=
"
${
GOCACHE
:-
"
$srcdir
/go-cache"
}
"
export
GOTMPDIR
=
"
${
GOTMPDIR
:-
"
$srcdir
"
}
"
export
GOMODCACHE
=
"
${
GOMODCACHE
:-
"
$srcdir
/go"
}
"
build
()
{
local
_goldflags
=
"
-X main.version=
$pkgver
-X main.commit=AlpineLinux
-X main.date=
$(
date
-u
"+%Y-%m-%dT%H:%M:%SZ"
${
SOURCE_DATE_EPOCH
:+-d
@
$SOURCE_DATE_EPOCH
}
)
"
go build
-v
-ldflags
"
$_goldflags
"
}
check
()
{
# try to access pkg/providers/mock_providers/keypass.kdbx
GOFLAGS
=
"
${
GOFLAGS
/-trimpath/
}
"
go
test
./pkg/...
}
package
()
{
install
-Dm755
teller
-t
"
$pkgdir
"
/usr/bin/
}
sha512sums
=
"
3323f74b90e561cc17d5f678028583af8fbe79f434f78039b27656923cebf26226436b5d6ff2753e5506044e86664d1414adbc8c9e200e3ddbd83bbf30607712 teller-1.5.6.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