testing/hare-madeline: upgrade to 0.1_git20240315

This commit is contained in:
fossdd 2024-04-24 21:09:33 +00:00 committed by omni
parent a938e35d7d
commit ad5e3680cc

View File

@ -1,17 +1,22 @@
# Maintainer: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
pkgname=hare-madeline
pkgver=0.1
pkgver=0.1_git20240315
_commit=54dcf14b67f34da392be837d01889e2956905d68
pkgrel=0
pkgdesc="tiny readline-alike with some batteries included"
url="https://git.d2evs.net/~ecs/madeline"
arch="noarch"
url="https://git.sr.ht/~ecs/madeline"
arch="noarch !armhf !armv7 !ppc64le !s390x !x86" # blocked by hare
license="WTFPL"
checkdepends="hare"
source="
$pkgname-$pkgver.tar.gz::https://git.d2evs.net/~ecs/madeline/archive/v$pkgver.tar.gz
$pkgname-$_commit.tar.gz::https://git.sr.ht/~ecs/madeline/archive/$_commit.tar.gz
"
subpackages="$pkgname-doc"
builddir="$srcdir/madeline-v$pkgver"
options="!check" # no tests
builddir="$srcdir/madeline-$_commit"
check() {
hare test
}
package() {
install -dm755 "$pkgdir/usr/src/hare/third-party"
@ -22,5 +27,5 @@ package() {
}
sha512sums="
00c4e48472f5d2e1428d9f4c7c905a00a6aab8c6f3ef9b3d2475e042640c86c9112acf745a84da44bbfe2a695fa25fc92d17083249fa647e1de7486099e19d25 hare-madeline-0.1.tar.gz
8c20384f93f3ff8ab9e51d1608d85bfc8c123598a88f74d5252af468cb076452f781da0d9f8329b9f3c65cd1edb77c42f3cf8390508731df6e9f7f6e4b204c4a hare-madeline-54dcf14b67f34da392be837d01889e2956905d68.tar.gz
"