aria2: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-18 21:28:02 +02:00
parent e9048d8c34
commit bea09deea4
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31ZW85edV2c1z6WumX1vGWqjzdfxsrS2CpLlx4cV8T/YtJrT1S/hxj/c4MA3xZlbQAQwibwEa4wTPmeWUNNKpQM=
SHA256 (Pkgfile) = e878a84bf7d38e1d736bb6a4fe816069b7ef7c8ba7540b77f49d76b7fb9a91d2
RWSagIOpLGJF3wGci6tHu8T5QsDoPfc/B7fRBB6nJuOyu9Ng2BFlnV3kaCrlX8LGXsGbu1x9ONf0LY0BepmbNWhn+T4+kIw+BQE=
SHA256 (Pkgfile) = 552c25add2c670def8fd1134760053cb3ca80271570acc1bcb6aa308456b1f4b
SHA256 (.footprint) = ccb80ea0c357e6bd2648006ae14727bebced007eec7871b14fbbe16833625b06
SHA256 (aria2-1.36.0.tar.xz) = 58d1e7608c12404f0229a3d9a4953d0d00c18040504498b483305bcb3de907a5

View File

@ -1,6 +1,6 @@
# Description: Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink.
# Description: Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink
# URL: https://aria2.github.io/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: unmaintained
# Depends on: c-ares gnutls libxml2
name=aria2
@ -9,14 +9,14 @@ release=2
source=(https://github.com/aria2/aria2/releases/download/release-$version/$name-$version.tar.xz)
build() {
cd $name-$version
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
./configure \
--prefix=/usr \
--disable-nls
make
make prefix=$PKG/usr install
make
make prefix=$PKG/usr install
rm -r $PKG/usr/share/doc $PKG/usr/share/man/{ru,pt}
rm -r $PKG/usr/share/doc $PKG/usr/share/man/{ru,pt}
}