~alpine/aports

testing/when: new aport v1 APPLIED

Coco Liliace: 1
 testing/when: new aport

 1 files changed, 26 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4158/mbox | git am -3
Learn more about email & git

[PATCH] testing/when: new aport Export this patch

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