1
0

Do not strip a binary because it only makes it a little larger. o_O

This commit is contained in:
Alexander Andreev 2024-07-07 17:26:44 +04:00
parent c67077ad16
commit 4153af7fc2
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -7,6 +7,7 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://git.arav.su/Arav/httpprocprobed"
license=('MIT')
makedepends=('go>=1.17')
options=('!strip')
backup=('etc/httpprocprobed.json')
source=("https://git.arav.su/Arav/httpprocprobed/archive/$pkgver.tar.gz")
md5sums=('SKIP')