mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/hare-madeline: upgrade to 0.1_git20240315
This commit is contained in:
parent
a938e35d7d
commit
ad5e3680cc
@ -1,17 +1,22 @@
|
|||||||
# Maintainer: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
|
# Maintainer: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
|
||||||
pkgname=hare-madeline
|
pkgname=hare-madeline
|
||||||
pkgver=0.1
|
pkgver=0.1_git20240315
|
||||||
|
_commit=54dcf14b67f34da392be837d01889e2956905d68
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="tiny readline-alike with some batteries included"
|
pkgdesc="tiny readline-alike with some batteries included"
|
||||||
url="https://git.d2evs.net/~ecs/madeline"
|
url="https://git.sr.ht/~ecs/madeline"
|
||||||
arch="noarch"
|
arch="noarch !armhf !armv7 !ppc64le !s390x !x86" # blocked by hare
|
||||||
license="WTFPL"
|
license="WTFPL"
|
||||||
|
checkdepends="hare"
|
||||||
source="
|
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"
|
subpackages="$pkgname-doc"
|
||||||
builddir="$srcdir/madeline-v$pkgver"
|
builddir="$srcdir/madeline-$_commit"
|
||||||
options="!check" # no tests
|
|
||||||
|
check() {
|
||||||
|
hare test
|
||||||
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -dm755 "$pkgdir/usr/src/hare/third-party"
|
install -dm755 "$pkgdir/usr/src/hare/third-party"
|
||||||
@ -22,5 +27,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
00c4e48472f5d2e1428d9f4c7c905a00a6aab8c6f3ef9b3d2475e042640c86c9112acf745a84da44bbfe2a695fa25fc92d17083249fa647e1de7486099e19d25 hare-madeline-0.1.tar.gz
|
8c20384f93f3ff8ab9e51d1608d85bfc8c123598a88f74d5252af468cb076452f781da0d9f8329b9f3c65cd1edb77c42f3cf8390508731df6e9f7f6e4b204c4a hare-madeline-54dcf14b67f34da392be837d01889e2956905d68.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user