Received: from theta.ikke.info (mail.theta.ikke.info [IPv6:2a02:2308:0:2e1:2::3]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id CC7CA2231CF for <~alpine/aports@lists.alpinelinux.org>; Sat, 18 Feb 2023 08:03:18 +0000 (UTC) Received: from e0267bf439b1 (mutt_mutt_run_30db3985d6ff.postfix_default [192.168.80.4]) by theta.ikke.info (Postfix) with ESMTPS id 664F41406F4; Sat, 18 Feb 2023 08:03:15 +0000 (UTC) Date: Sat, 18 Feb 2023 08:03:15 +0000 From: Kevin Daudt To: Coco Liliace Cc: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] testing/when: new aport Message-ID: References: <20230217214509.1664-1-chloe@liliace.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Feb 17, 2023 at 10:15:06PM +0000, Kevin Daudt wrote: > On Fri, Feb 17, 2023 at 04:45:10PM -0500, Coco Liliace wrote: > > https://www.lightandmatter.com/when/when.html > > An extremely simple personal calendar program > > --- > > testing/when/APKBUILD | 26 ++++++++++++++++++++++++++ > > 1 file changed, 26 insertions(+) > > create mode 100644 testing/when/APKBUILD > > > > diff --git a/testing/when/APKBUILD b/testing/when/APKBUILD > > new file mode 100644 > > index 00000000..4c2a3e23 > > --- /dev/null > > +++ b/testing/when/APKBUILD > > @@ -0,0 +1,26 @@ > > +# Contributor: Coco Liliace > > +# Maintainer: Coco Liliace > > +pkgname=when > > +pkgver=1.1.45 > > +pkgrel=0 > > +pkgdesc="An extremely simple personal calendar program" > > +url="https://www.lightandmatter.com/when/when.html" > > +arch="noarch" > > +license="GPL-2.0-only" > > +depends="perl" > > +subpackages="$pkgname-doc" > > +_gitrev="3dacb13c155e" > > +source="$pkgname-$pkgver.tar.gz::https://bitbucket.org/ben-crowell/when/get/$_gitrev.tar.gz" > > +builddir="$srcdir/ben-crowell-$pkgname-$_gitrev" > > + > > +check() { > > + make test > > +} > > + > > +package() { > > + make install DESTDIR="$pkgdir" > > +} > > + > > +sha512sums=" > > +5e0a62d2770c81d77b486b2a8d300c5fb20de36b81b7cf3a60d3e5d985ff4f689a57aecb7b6b659982b975b95b624a1354aeac35dc4b42411a4251adf7cedaf7 when-1.1.45.tar.gz > > +" > > -- > > 2.39.2 > > > > Created a merge request: > https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/44327 The merge request has been merged.