diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-06 20:53:48 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-07 07:36:15 +0000 |
commit | b7d3b8f2eb4958c376196723afd9f08c7f16e49b (patch) | |
tree | ebd448cd62e236b051274ae60a7827d4e9fd6e18 | |
parent | 5fc8c7a524a6ed367e4202af0ae400e1b76dd926 (diff) | |
download | aports-b7d3b8f2eb4958c376196723afd9f08c7f16e49b.tar.bz2 aports-b7d3b8f2eb4958c376196723afd9f08c7f16e49b.tar.xz |
testing/gogs: go binaries should not be stripped
-rw-r--r-- | testing/gogs/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/gogs/APKBUILD b/testing/gogs/APKBUILD index d44ed4d52f..ecbd9d0b61 100644 --- a/testing/gogs/APKBUILD +++ b/testing/gogs/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=gogs pkgver=0.6.1 -pkgrel=2 +pkgrel=3 pkgdesc="A self-hosted Git service written in Go" url="http://gogs.io/" arch="all" @@ -13,6 +13,7 @@ makedepends="$depends_dev go-tools perl" install="$pkgname.pre-install" subpackages="" pkgusers="gogs" +options="!strip" source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.gz $pkgname.initd $pkgname.confd |