2 Star 0 Fork 0

李泉霏/simple-obfs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
APKBUILD 741 Bytes
一键复制 编辑 原始数据 按行查看 历史
lrinQVQ 提交于 2017-11-17 17:43 . Update Alpine APKBUILD
# Contributor: Max Lv <[email protected]>
# Maintainer: Max Lv <[email protected]>
pkgname=simple-obfs
pkgver=0.0.5
pkgrel=0
pkgdesc="Simple-obfs is a simple obfusacting tool, designed as plugin server of shadowsocks."
url="https://github.com/shadowsocks/simple-obfs"
arch="all"
license="GPLv3+"
makedepends="autoconf automake libtool linux-headers libev-dev asciidoc xmlto"
subpackages="$pkgname-doc"
builddir="$srcdir/$pkgname"
prepare() {
cd "$srcdir"
git clone "$url"
cd "$builddir"
git checkout "v$pkgver"
git submodule update --init --recursive
}
build() {
cd "$builddir"
./autogen.sh
./configure --prefix=/usr
make
}
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/spring1989/simple-obfs.git
[email protected]:spring1989/simple-obfs.git
spring1989
simple-obfs
simple-obfs
master

搜索帮助