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:
parent
013c1c97bf
commit
2cfe560987
1 changed files with 22 additions and 0 deletions
22
testing/hare-irc/APKBUILD
Normal file
22
testing/hare-irc/APKBUILD
Normal 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
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue