mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-30 19:01:45 +02:00
23 lines
638 B
Plaintext
23 lines
638 B
Plaintext
# 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
|
|
"
|