1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

testing/hare-irc: new aport

This commit is contained in:
Willow Barraco 2025-06-23 11:31:20 +02:00 committed by mio
parent 013c1c97bf
commit 2cfe560987

22
testing/hare-irc/APKBUILD Normal file
View file

@ -0,0 +1,22 @@
# Maintainer: Willow Barraco <contact@willowbarraco.fr>
pkgname=hare-irc
pkgver=0.25.2.0
pkgrel=0
pkgdesc="IRC support for Hare"
url="https://git.sr.ht/~sircmpwn/hare-irc"
arch="noarch !armhf !armv7 !ppc64le !s390x !x86 !loongarch64" # blocked by hare
license="MPL-2.0"
checkdepends="hare"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/hare-irc/archive/$pkgver.tar.gz"
check() {
hare test
}
package() {
make DESTDIR="$pkgdir" PREFIX=/usr install
}
sha512sums="
6f12ebdf1960fb338cbd1e783991d34fa18405cc15185ab49798273b7ea63fa41389de5588a393f74f1b1081c179e5ba43a990cf92f41f44c1c985d37684dde4 hare-irc-0.25.2.0.tar.gz
"