Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
209
Merge Requests
209
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
08659529
Commit
08659529
authored
Jan 26, 2018
by
Fusl
Committed by
Ariadne Conill
Jan 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/obfs4proxy: initial package commit based on version 0.0.7
parent
f5e72582
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
testing/obfs4proxy/APKBUILD
testing/obfs4proxy/APKBUILD
+28
-0
No files found.
testing/obfs4proxy/APKBUILD
0 → 100644
View file @
08659529
# Contributor: Katie Holly <holly@fuslvz.ws>
# Maintainer: Katie Holly <holly@fuslvz.ws>
pkgname
=
obfs4proxy
pkgver
=
0.0.7
pkgrel
=
0
pkgdesc
=
"pluggable transport proxy for Tor, implementing obfs4"
url
=
"https://gitweb.torproject.org/pluggable-transports/obfs4.git/"
arch
=
"x86_64 x86"
license
=
"BSD-3-Clause"
makedepends
=
"go"
options
=
"!strip"
install
=
""
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/Yawning/obfs4/archive/
$pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/obfs4-
$pkgname
-
$pkgver
build
()
{
cd
"
$builddir
"
go get
-d
./
$pkgname
go build
-v
-o
./
$pkgname
-executable
./
$pkgname
}
package
()
{
cd
"
$builddir
"
mkdir
-p
"
$pkgdir
"
/usr/bin
install
-Dm755
$pkgname
-executable
"
$pkgdir
"
/usr/bin/
$pkgname
}
sha512sums
=
"57b71138a139b1821cf58c8e1965f207a6164a046bbfc8d6da828351d4f5bf4ecfb63ca5c69dba834c4e3a72362089d2a7fd296278115c0cae1c53c51d1b124d obfs4proxy-0.0.7.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment