aria2: 1.37.0

This commit is contained in:
Daniel Azevedo 2024-10-01 14:01:51 +01:00
parent a36a33de4d
commit 3b857f62c8
4 changed files with 32 additions and 0 deletions

8
aria2/.footprint Normal file
View file

@ -0,0 +1,8 @@
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/doc/
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

1
aria2/.md5sum Normal file
View file

@ -0,0 +1 @@
dd00565c2f671331735089e6b807ece0 aria2-1.37.0.tar.xz

5
aria2/.signature Normal file
View file

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/d77crux.pub
RWT0dvMs3lAWkNtKJqfGQJRTt9fTehO96yaIPBBZEv51CBPE0TGJeQzz7iXO1Ki3pxesxXFZz7jbpHVu0ZC0k+uPmL/TbkGMDwQ=
SHA256 (Pkgfile) = b90b1cc8f600413725dcc1109e9adaf0291e5d96d823a42031d3f1937106c442
SHA256 (.footprint) = 492ac8d06f36235be7c577a760aef14d46ef0c980c6dafd61ce41f75b8b3015c
SHA256 (aria2-1.37.0.tar.xz) = 60a420ad7085eb616cb6e2bdf0a7206d68ff3d37fb5a956dc44242eb2f79b66b

18
aria2/Pkgfile Normal file
View file

@ -0,0 +1,18 @@
# Description: Lightweight multi-protocol & multi-source command-line download utility.
# URL: https://aria2.github.io/
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
# Depends on: gnutls libssh2 c-ares libxml2
name=aria2
version=1.37.0
release=2
source=(https://github.com/$name/$name/releases/download/release-$version/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/{usr/share/doc/aria2,usr/share/locale/,usr/share/man/pt/,usr/share/man/ru/}
}