testing/ircd-hybrid: adopt aport

This commit is contained in:
Celeste 2024-08-26 06:41:12 +00:00
parent 8aaec1ff6e
commit b48f407a42

View File

@ -1,15 +1,15 @@
# Contributor: Alex Yam <alex@alexyam.com>
# Maintainer: Alex Yam <alex@alexyam.com>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=ircd-hybrid
pkgver=8.2.45
pkgrel=0
pkgdesc="lightweight and high-performance internet relay chat daemon (ircd)"
url="https://github.com/ircd-hybrid/ircd-hybrid/"
pkgrel=1
pkgdesc="Lightweight and high-performance Internet Relay Chat daemon (IRCd)"
url="https://github.com/ircd-hybrid/ircd-hybrid"
arch="all"
license="GPL-2.0-or-later"
makedepends="openssl-dev>3"
source="$pkgname-$pkgver.tar.gz::https://github.com/ircd-hybrid/ircd-hybrid/archive/$pkgver.tar.gz"
makedepends="openssl-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/ircd-hybrid/ircd-hybrid/archive/$pkgver.tar.gz"
options="!check" # no test suite
build() {