aria2: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:54 +02:00
parent bf9a8972af
commit 0af931713d
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 34 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/aria2c
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/aria2c.1.gz

View File

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

View File

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