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
[PATCH] testing/when: new aport
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 <chloe@liliace.dev>
+# Maintainer: Coco Liliace <chloe@liliace.dev>
+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
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 <chloe@liliace.dev>
> +# Maintainer: Coco Liliace <chloe@liliace.dev>
> +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
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 <chloe@liliace.dev>
> > +# Maintainer: Coco Liliace <chloe@liliace.dev>
> > +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.