~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH v2] testing/tut: new aport

Alexey Yerin <yyp@disroot.org>
Details
Message ID
<20210831072642.22682-1-yyp@disroot.org>
DKIM signature
missing
Download raw message
Patch: +31 -0
TUI client for Mastdon
https://github.com/RasmusLindroth/tut
---
v1 -> v2:
* Fix source URL

 testing/tut/APKBUILD | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 testing/tut/APKBUILD

diff --git a/testing/tut/APKBUILD b/testing/tut/APKBUILD
new file mode 100644
index 0000000000..02c4ec6161
--- /dev/null
+++ b/testing/tut/APKBUILD
@@ -0,0 +1,31 @@
# Contributor: Alexey Yerin <yyp@disroot.org>
# Maintainer: Alexey Yerin <yyp@disroot.org>
pkgname=tut
pkgver=0.0.29
pkgrel=0
pkgdesc="TUI for Mastodon"
url="https://github.com/RasmusLindroth/tut"
arch="all"
license="MIT"
makedepends="go"
source="
	$pkgname-$pkgver.tar.gz::https://github.com/RasmusLindroth/tut/archive/refs/tags/$pkgver.tar.gz
"
options="net !check" # no tests

export GOPATH="$srcdir/go"
export GOFLAGS="$GOFLAGS -modcacherw -trimpath"

build() {
	cd "$builddir"
	go build $GOFLAGS -o tut
}

package() {
	cd "$builddir"
	install -D -m755 tut "$pkgdir"/usr/bin/tut
}

sha512sums="
487ca2b51eb8349d621da09f43f3797ff9f62e51a15793cb8ec290fd0da4be38b42a4e283442c70573b75036f33eab3aa32f1cf217809a1c1aef4b37053bf375  tut-0.0.29.tar.gz
"
--
2.33.0
Details
Message ID
<163042258402.6885.17196688483687992192.gitlab.24835.22040ce112b6561003fdb095221651a01a7fb162@listserv.local>
In-Reply-To
<20210831072642.22682-1-yyp@disroot.org> (view parent)
DKIM signature
missing
Download raw message
On Tue, 31 Aug 2021 10:26:42 +0300, Alexey Yerin wrote:
> +
> +build() {
> +	cd "$builddir"

the cd "$builddir" calls can be removed

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/24835#note_177562
Details
Message ID
<163042471616.6885.11170695568330984107.gitlab.24835.ca5d07716453cb1413be62d5affc9361a2d05f92@listserv.local>
In-Reply-To
<20210831072642.22682-1-yyp@disroot.org> (view parent)
DKIM signature
missing
Download raw message
Superseded by !24842

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/24835#note_177575
Reply to thread Export thread (mbox)