Received: from mail-qk1-f195.google.com (mail-qk1-f195.google.com [209.85.222.195]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 435E8782B7F for <~alpine/aports@lists.alpinelinux.org>; Mon, 30 Mar 2020 00:07:51 +0000 (UTC) Received: by mail-qk1-f195.google.com with SMTP id k13so17325060qki.2 for <~alpine/aports@lists.alpinelinux.org>; Sun, 29 Mar 2020 17:07:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=ujDAEfCKL//Fs/urvT686TLR4Mkn0DBArDQQuvvAClQ=; b=jPq5ZOIkmBHilGDJ6E6+oSWv6yBKuBLegiRlNVw7/18rdlB/viucgdkM81kLTuWEvG 24bQSHcBN/wB0iEHsLI+ZH2eCArrazKQrDTRkjPmDhZbI4l/EKjEEPeosY20cTV84ClH c8zp9ynpzgzb8WRivPPPHBu0K8uCoPTLJ9fXtkot1QkJxq5XHy54tjS4EbYsW5gKXsFj F0NLgrJ0mimy24GnE7yucXp44cQinsqTFAC62zkdcSdA83ZTbjmbLrSankQw2pfBZak1 AAi5G2Q4W8p5G/qen8SNv6Tofmm8o8cq/5t8o7rXZt0du42wAqbUCgGVioXIsc29LJp4 hMoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ujDAEfCKL//Fs/urvT686TLR4Mkn0DBArDQQuvvAClQ=; b=h8AKZQE9bcFrhFhah7mFtCjIJUsfYd1cxhy6rrUVxxP+33f5Tf3F+s8ckz5x0A/boa 5HXnoQQUxibHx+q4hs+Gl3Rc+1kO3iKttMC9y/pABJk1Kn6zMxghf/V4QcTWk9eY6eUi loX3lnpNSufv8E28VDeRsbDsEFQkt3Ja7G4BplwMXr+1+vNHANUrjVdlnyH/D9nsCYeA 2Ldsbi5hFA0KMo2BTdZtR0nVaV3yRBx+x2DtuktvqEyEZowZaUVFkTEHfo4DO06ZvfQd Xqp8kF34JRgYvZDHiBiQD4ZBQeer0MPPe3jcW2OUA1V9H50KauzGhAYRUERtNSrUNgkx 3i4Q== X-Gm-Message-State: ANhLgQ0AdA3AmEeffSsajgE+GRImdMrluwyTQmovBPHshOo/mq4VSIGe yaBreRL6Ke0QOiL4ZoZskAdncxBp X-Google-Smtp-Source: ADFU+vulte7SxvVtj9sRu4N5tBnEJZROp0LKeroiECvzNNbMIcHLKSz60JK79R/PE3uvffhEsEjkpg== X-Received: by 2002:a37:6182:: with SMTP id v124mr9474091qkb.320.1585526869776; Sun, 29 Mar 2020 17:07:49 -0700 (PDT) Received: from enterprise ([2804:431:cfcd:a356:619d:8f61:45b9:c5a2]) by smtp.gmail.com with ESMTPSA id g201sm9103404qke.99.2020.03.29.17.07.48 for <~alpine/aports@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Mar 2020 17:07:49 -0700 (PDT) Date: Sun, 29 Mar 2020 21:07:07 -0300 From: Leo To: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] testing/hatop: new aport Message-ID: <20200329210707.1e7d1e84@enterprise> In-Reply-To: <20200330000515.46364-1-mail@gjnoonan.co.uk> References: <20200330000515.46364-1-mail@gjnoonan.co.uk> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 30 Mar 2020 01:05:15 +0100 Gavin-John Noonan wrote: > Signed-off-by: Gavin-John Noonan > --- > testing/hatop/APKBUILD | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > create mode 100644 testing/hatop/APKBUILD > > diff --git a/testing/hatop/APKBUILD b/testing/hatop/APKBUILD > new file mode 100644 > index 000000000000..372f34b28892 > --- /dev/null > +++ b/testing/hatop/APKBUILD > @@ -0,0 +1,24 @@ > +# Contributor: Gavin-John Noonan > +# Maintainer: Gavin-John Noonan > +pkgname="hatop" > +pkgver="0.7.7" > +pkgrel=0 > +pkgdesc="Interactive ncurses client for the HAProxy unix socket" > +url="https://github.com/jhunt/hatop" > +arch="noarch" > +license="GPLv3" > +depends="python2 haproxy" > +options="!check" # No test suite > +subpackages="$pkgname-doc" > +source="$pkgname-$pkgver.tar.gz::https://github.com/jhunt/hatop/archive/v$pkgver.tar.gz" > +builddir="$srcdir/" > + > +package() { > + install -Dm755 "$pkgname-$pkgver/bin/hatop" \ > + "$pkgdir/usr/bin/hatop" > + install -Dm644 "$pkgname-$pkgver/man/hatop.1" \ > + "$pkgdir/usr/share/man/man1/hatop.1" > + > +} > + > +sha512sums="d678caf9f98ff4a800af120c0f06ffb842f55747486050070b2096526fda16e6e009d47e4cd6237ad3de2cf69732ebf5f29eba0dd84098e27ddc90f3a51212d6 > hatop-0.7.7.tar.gz" Please make a merge request in gitlab.alpinelinux.org/alpine/aports