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
3946ebd9
Commit
3946ebd9
authored
7 years ago
by
Kaarle Ritvanen
Browse files
Options
Downloads
Patches
Plain Diff
testing/kops: new package
parent
142c02cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/kops/APKBUILD
+38
-0
38 additions, 0 deletions
testing/kops/APKBUILD
with
38 additions
and
0 deletions
testing/kops/APKBUILD
0 → 100644
+
38
−
0
View file @
3946ebd9
# Contributor: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
pkgname
=
kops
pkgver
=
1.8.0
pkgrel
=
0
pkgdesc
=
"Kubernetes Operations"
url
=
"https://github.com/kubernetes/kops"
arch
=
"x86_64"
license
=
"Apache-2.0"
depends
=
"kubernetes"
makedepends
=
"go"
source
=
"
$pkgname
-
$pkgver
.tar.gz::
$url
/archive/
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
export
GOPATH
=
$srcdir
/go
prepare
()
{
default_prepare
local dir
=
$GOPATH
/src/k8s.io
mkdir
-p
"
$dir
"
ln
-s
"
$builddir
"
"
$dir
/
$pkgname
"
}
build
()
{
cd
"
$builddir
"
make
}
check
()
{
cd
"
$builddir
"
make
test
}
package
()
{
install
-D
"
$GOPATH
"
/bin/kops
"
$pkgdir
"
/usr/bin/kops
}
sha512sums
=
"be1e8aac5d5704b80aea7f10a27287c5951660ff2644692d634d22fce917b145390d173b320ffed96b3a6bd5d363cef2b33703db5e175a81be419cf6d11e86da kops-1.8.0.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