[arch-commits] Commit in nebula/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Mar 10 13:54:55 UTC 2020
Date: Tuesday, March 10, 2020 @ 13:54:54
Author: felixonmars
Revision: 593605
archrelease: copy trunk to community-x86_64
Added:
nebula/repos/community-x86_64/PKGBUILD
(from rev 593604, nebula/trunk/PKGBUILD)
Deleted:
nebula/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-10 13:54:39 UTC (rev 593604)
+++ PKGBUILD 2020-03-10 13:54:54 UTC (rev 593605)
@@ -1,46 +0,0 @@
-# Maintainer: Robin Broda <coderobe @ archlinux.org>
-pkgname=nebula
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='A scalable overlay networking tool with a focus on performance, simplicity and security'
-arch=('x86_64')
-url='https://github.com/slackhq/nebula'
-license=('MIT')
-depends=()
-makedepends=('go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('ff08ce10c202a047149397b172e2effaac7f213676e99bb01293b751e73a33fd')
-
-build() {
- cd "${pkgname}-${pkgver}"
-
- go build \
- -trimpath \
- -ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
- -o ./nebula ./cmd/nebula
-
- go build \
- -trimpath \
- -ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
- -o ./nebula-cert ./cmd/nebula-cert
-
- go build \
- -trimpath \
- -ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
- -o ./nebula-service ./cmd/nebula-service
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
-
- go test -v ./...
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
-
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm755 nebula "${pkgdir}/usr/bin/nebula"
- install -Dm755 nebula-cert "${pkgdir}/usr/bin/nebula-cert"
- install -Dm755 nebula-service "${pkgdir}/usr/bin/nebula-service"
-}
Copied: nebula/repos/community-x86_64/PKGBUILD (from rev 593604, nebula/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-10 13:54:54 UTC (rev 593605)
@@ -0,0 +1,46 @@
+# Maintainer: Robin Broda <coderobe @ archlinux.org>
+pkgname=nebula
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='A scalable overlay networking tool with a focus on performance, simplicity and security'
+arch=('x86_64')
+url='https://github.com/slackhq/nebula'
+license=('MIT')
+depends=()
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('ff08ce10c202a047149397b172e2effaac7f213676e99bb01293b751e73a33fd')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ go build \
+ -trimpath \
+ -ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
+ -o ./nebula ./cmd/nebula
+
+ go build \
+ -trimpath \
+ -ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
+ -o ./nebula-cert ./cmd/nebula-cert
+
+ go build \
+ -trimpath \
+ -ldflags "-extldflags ${LDFLAGS} -X main.Build=${pkgver}" \
+ -o ./nebula-service ./cmd/nebula-service
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+
+ go test -v ./...
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm755 nebula "${pkgdir}/usr/bin/nebula"
+ install -Dm755 nebula-cert "${pkgdir}/usr/bin/nebula-cert"
+ install -Dm755 nebula-service "${pkgdir}/usr/bin/nebula-service"
+}
More information about the arch-commits
mailing list