Received: from mail-40131.protonmail.ch (mail-40131.protonmail.ch [185.70.40.131]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 2D7AF22359E for <~alpine/aports@lists.alpinelinux.org>; Fri, 12 May 2023 09:12:24 +0000 (UTC) Date: Fri, 12 May 2023 09:12:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1683882742; x=1684141942; bh=VAXoHdcFFtyTb2Koie01ZOpiObpVK/M8KHxM7tjPHyg=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=s7Mc8nDj7lcrPT7zPu7//51owSiFsHqIm1L7yvf1GioHrixQXSpSlC4okOVQWHkV1 6JsNfaipDiIGYhWPoCosZWcVbns6niTB1NPEaeBZyisoTcp+Wayf+ityn4YlJvjxOk 7pG47GLPuPnvXDc7X4lq4i1O9EeS/molHnvo50B0eTCQNMVX1pbK5ZtyXVlFmLbcwl 3NwjTQdBk1gewvH+IP8mwOXsD/sIxZlDIQWT+kfM1cVBOXHLrysrdkfAHqNONP9vVH SYJJSuuhXkmcN8JUHpQd9l2jo9TVWiE5XFTBgB3DRgOM1eMtrutmYJMnVULH9qBV8C GSnevqMOAiRZg== To: "~alpine/aports@lists.alpinelinux.org" <~alpine/aports@lists.alpinelinux.org> From: KAAtheWise Subject: [PATCH] testing/circumflex: new aport Message-ID: Feedback-ID: 42509552:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable --- testing/circumflex/APKBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testing/circumflex/APKBUILD diff --git a/testing/circumflex/APKBUILD b/testing/circumflex/APKBUILD new file mode 100644 index 00000000000..349a89c02de --- /dev/null +++ b/testing/circumflex/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: KAA the Wise +# Maintainer: KAA the Wise +pkgname=3Dcircumflex +pkgver=3D2.9.1 +pkgrel=3D0 +pkgdesc=3D"A command line tool for browsing Hacker News in your terminal" +url=3D"https://github.com/bensadeh/circumflex/" +arch=3D"all" +license=3D"AGPL-3.0-or-later" +makedepends=3D"go" +source=3D"$pkgname-$pkgver.tar.gz::https://github.com/bensadeh/circumflex/= archive/$pkgver.tar.gz" + +export GOCACHE=3D"${GOCACHE:-"$srcdir/go-cache"}" +export GOTMPDIR=3D"${GOTMPDIR:-"$srcdir"}" +export GOMODCACHE=3D"${GOMODCACHE:-"$srcdir/go"}" + +build() { +=09go build -o bin/clx +} + +check() { +=09go test ./... +} + +package() { +=09install -Dm755 bin/clx -t "$pkgdir"/usr/bin +} + +sha512sums=3D" +eb9c929afea269bdadefd0f0f4798faa711a89efe90dc092f7d1e424306aa6d644e987c0b8= 0713cd7d8788352104f1bd329bc65a178abdbc7b35df89d0cd2ac8 circumflex-2.9.1.ta= r.gz +" --=20 2.40.1