diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-06 20:53:45 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-07 07:35:44 +0000 |
commit | 35f3c980516cc3d0b64a41014be5528f73522374 (patch) | |
tree | 61f2d29868e87e81dd1eb7de7c35ef4ae84f518c /testing/asciinema/APKBUILD | |
parent | 721269bfffb11dae4d5ad6e3bb80bbd3ccfe2358 (diff) | |
download | aports-35f3c980516cc3d0b64a41014be5528f73522374.tar.bz2 aports-35f3c980516cc3d0b64a41014be5528f73522374.tar.xz |
testing/asciinema: go binaries should not be stripped
Diffstat (limited to 'testing/asciinema/APKBUILD')
-rw-r--r-- | testing/asciinema/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/asciinema/APKBUILD b/testing/asciinema/APKBUILD index 25f9eb5e5a..f5e423b29a 100644 --- a/testing/asciinema/APKBUILD +++ b/testing/asciinema/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=asciinema pkgver=1.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="A Command line recorder for asciinema.org service" url="https://github.com/asciinema/asciinema/" arch="all" @@ -11,6 +11,7 @@ depends="curl" depends_dev="" makedepends="go python" subpackages="$pkgname-doc" +options="!strip" source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver |