[arch-commits] Commit in brook/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Aug 15 18:14:02 UTC 2019
Date: Thursday, August 15, 2019 @ 18:14:01
Author: felixonmars
Revision: 499598
archrelease: copy trunk to community-x86_64
Added:
brook/repos/community-x86_64/PKGBUILD
(from rev 499597, brook/trunk/PKGBUILD)
Deleted:
brook/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-15 18:13:51 UTC (rev 499597)
+++ PKGBUILD 2019-08-15 18:14:01 UTC (rev 499598)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Kasei Wang <cnsdwpc at gmail.com>
-
-pkgname=brook
-pkgver=20190401
-pkgrel=1
-pkgdesc="A cross-platform proxy/vpn software"
-arch=('x86_64')
-url="https://github.com/txthinking/brook"
-license=('GPL')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/txthinking/brook/archive/v$pkgver.tar.gz")
-sha512sums=('83d9299666fef59820f1d7b672c93f0c71cd75fd6d6623b6d6784c16ba2a81dadb7288086d84469552db424fc09564436d21d3c064b1aaeb9f7e7912ba41f48d')
-
-prepare() {
- cd brook-$pkgver
-
- mkdir build
- mkdir -p .gopath/src/github.com/txthinking
- ln -sf "$PWD" .gopath/src/github.com/txthinking/brook
- export GOPATH="$PWD/.gopath"
-
- go get github.com/mdp/qrterminal github.com/patrickmn/go-cache github.com/txthinking/ant \
- github.com/txthinking/socks5 golang.org/x/net/proxy \
- github.com/urfave/cli github.com/txthinking/gotun2socks
-}
-
-build() {
- cd brook-$pkgver/cli/brook
- go build -o brook
-}
-
-package() {
- cd brook-$pkgver/cli/brook
- install -Dm755 brook "$pkgdir"/usr/bin/brook
-}
Copied: brook/repos/community-x86_64/PKGBUILD (from rev 499597, brook/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-15 18:14:01 UTC (rev 499598)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Kasei Wang <cnsdwpc at gmail.com>
+
+pkgname=brook
+pkgver=20190401
+pkgrel=2
+pkgdesc="A cross-platform proxy/vpn software"
+arch=('x86_64')
+url="https://github.com/txthinking/brook"
+license=('GPL')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/txthinking/brook/archive/v$pkgver.tar.gz")
+sha512sums=('83d9299666fef59820f1d7b672c93f0c71cd75fd6d6623b6d6784c16ba2a81dadb7288086d84469552db424fc09564436d21d3c064b1aaeb9f7e7912ba41f48d')
+
+prepare() {
+ cd brook-$pkgver
+
+ mkdir build
+ mkdir -p .gopath/src/github.com/txthinking
+ ln -sf "$PWD" .gopath/src/github.com/txthinking/brook
+ export GOPATH="$PWD/.gopath"
+
+ go get github.com/mdp/qrterminal github.com/patrickmn/go-cache github.com/txthinking/ant \
+ github.com/txthinking/socks5 golang.org/x/net/proxy \
+ github.com/urfave/cli github.com/txthinking/gotun2socks
+}
+
+build() {
+ cd brook-$pkgver/cli/brook
+ go build -o brook
+}
+
+package() {
+ cd brook-$pkgver/cli/brook
+ install -Dm755 brook "$pkgdir"/usr/bin/brook
+}
More information about the arch-commits
mailing list