[arch-commits] Commit in meshbird/repos/community-x86_64 (6 files)

Morten Linderud foxboron at archlinux.org
Sat Apr 17 22:09:54 UTC 2021


    Date: Saturday, April 17, 2021 @ 22:09:54
  Author: foxboron
Revision: 919861

archrelease: copy trunk to community-x86_64

Added:
  meshbird/repos/community-x86_64/PKGBUILD
    (from rev 919860, meshbird/trunk/PKGBUILD)
  meshbird/repos/community-x86_64/meshbird.conf
    (from rev 919860, meshbird/trunk/meshbird.conf)
  meshbird/repos/community-x86_64/meshbird.service
    (from rev 919860, meshbird/trunk/meshbird.service)
Deleted:
  meshbird/repos/community-x86_64/PKGBUILD
  meshbird/repos/community-x86_64/meshbird.conf
  meshbird/repos/community-x86_64/meshbird.service

------------------+
 PKGBUILD         |   80 ++++++++++++++++++++++++++---------------------------
 meshbird.conf    |    2 -
 meshbird.service |   22 +++++++-------
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 22:09:44 UTC (rev 919860)
+++ PKGBUILD	2021-04-17 22:09:54 UTC (rev 919861)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=meshbird
-pkgver=2.3
-pkgrel=4
-pkgdesc="Distributed private networking"
-arch=('x86_64')
-url="https://github.com/meshbird/meshbird"
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go')
-backup=(etc/meshbird.conf)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz"
-        meshbird.service meshbird.conf)
-sha512sums=('fa08e9fabd6101bc63e8a18baefee5537612a0fd3892737c1d1b16a87d4976d67aa14b3b589fa97f7816df00e9f032ff42716cdf5b43807e0759733c2dff5fe5'
-            'b9b552f09d9f98c4ff90ce3d31b15f7a5c2453c1535fa17454043826bf5f108510a7a7512ef79dfd7b4d53615d06c690fe8fdd878a6894f8dc75ee934c0328e7'
-            '08a493f299549b9eea830e1201d2131314b2c0c931c9fdd06a30e849c90368c7809c6a42bfded33aec44403cd8f61caad168b54bad08f5b21867f2d562f0c872')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir"/.gopath
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd meshbird-$pkgver
-  make build
-}
-
-package() {
-  cd meshbird-$pkgver
-  install -Dm755 bin/meshbird "$pkgdir"/usr/bin/meshbird
-  install -Dm644 "$srcdir"/meshbird.service "$pkgdir"/usr/lib/systemd/system/meshbird.service
-  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
-}

Copied: meshbird/repos/community-x86_64/PKGBUILD (from rev 919860, meshbird/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-17 22:09:54 UTC (rev 919861)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=meshbird
+pkgver=2.3
+pkgrel=5
+pkgdesc="Distributed private networking"
+arch=('x86_64')
+url="https://github.com/meshbird/meshbird"
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+backup=(etc/meshbird.conf)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz"
+        meshbird.service meshbird.conf)
+sha512sums=('fa08e9fabd6101bc63e8a18baefee5537612a0fd3892737c1d1b16a87d4976d67aa14b3b589fa97f7816df00e9f032ff42716cdf5b43807e0759733c2dff5fe5'
+            'b9b552f09d9f98c4ff90ce3d31b15f7a5c2453c1535fa17454043826bf5f108510a7a7512ef79dfd7b4d53615d06c690fe8fdd878a6894f8dc75ee934c0328e7'
+            '08a493f299549b9eea830e1201d2131314b2c0c931c9fdd06a30e849c90368c7809c6a42bfded33aec44403cd8f61caad168b54bad08f5b21867f2d562f0c872')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir"/.gopath
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd meshbird-$pkgver
+  make build
+}
+
+package() {
+  cd meshbird-$pkgver
+  install -Dm755 bin/meshbird "$pkgdir"/usr/bin/meshbird
+  install -Dm644 "$srcdir"/meshbird.service "$pkgdir"/usr/lib/systemd/system/meshbird.service
+  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
+}

Deleted: meshbird.conf
===================================================================
--- meshbird.conf	2021-04-17 22:09:44 UTC (rev 919860)
+++ meshbird.conf	2021-04-17 22:09:54 UTC (rev 919861)
@@ -1 +0,0 @@
-MESHBIRD_KEY="CHANGE_THIS"

Copied: meshbird/repos/community-x86_64/meshbird.conf (from rev 919860, meshbird/trunk/meshbird.conf)
===================================================================
--- meshbird.conf	                        (rev 0)
+++ meshbird.conf	2021-04-17 22:09:54 UTC (rev 919861)
@@ -0,0 +1 @@
+MESHBIRD_KEY="CHANGE_THIS"

Deleted: meshbird.service
===================================================================
--- meshbird.service	2021-04-17 22:09:44 UTC (rev 919860)
+++ meshbird.service	2021-04-17 22:09:54 UTC (rev 919861)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Meshbird Service
-After=network.target
-
-[Service]
-Type=simple
-EnvironmentFile=/etc/meshbird.conf
-ExecStart=/usr/bin/meshbird join
-
-[Install]
-WantedBy=multi-user.target

Copied: meshbird/repos/community-x86_64/meshbird.service (from rev 919860, meshbird/trunk/meshbird.service)
===================================================================
--- meshbird.service	                        (rev 0)
+++ meshbird.service	2021-04-17 22:09:54 UTC (rev 919861)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Meshbird Service
+After=network.target
+
+[Service]
+Type=simple
+EnvironmentFile=/etc/meshbird.conf
+ExecStart=/usr/bin/meshbird join
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list