diff --git a/aria2/.footprint b/aria2/.footprint deleted file mode 100644 index bb2f02695..000000000 --- a/aria2/.footprint +++ /dev/null @@ -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 diff --git a/aria2/.signature b/aria2/.signature deleted file mode 100644 index 2f147ad08..000000000 --- a/aria2/.signature +++ /dev/null @@ -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 diff --git a/aria2/Pkgfile b/aria2/Pkgfile deleted file mode 100644 index ef6a6812f..000000000 --- a/aria2/Pkgfile +++ /dev/null @@ -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} -}