From 347dcd3e2d00860a1446728f00892e19fb30f24b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 25 Dec 2020 03:17:40 +0300 Subject: aria2: add new package at 1.35.0 --- community/aria2/build | 13 +++++++++++++ community/aria2/checksums | 1 + community/aria2/depends | 3 +++ community/aria2/sources | 1 + community/aria2/version | 1 + 5 files changed, 19 insertions(+) create mode 100755 community/aria2/build create mode 100644 community/aria2/checksums create mode 100644 community/aria2/depends create mode 100644 community/aria2/sources create mode 100644 community/aria2/version diff --git a/community/aria2/build b/community/aria2/build new file mode 100755 index 00000000..9fae6147 --- /dev/null +++ b/community/aria2/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-nls \ + --disable-metalink \ + --disable-websocket \ + --without-libxml2 \ + --without-libexpat \ + --without-sqlite3 + +make +make DESTDIR="$1" install diff --git a/community/aria2/checksums b/community/aria2/checksums new file mode 100644 index 00000000..5092f236 --- /dev/null +++ b/community/aria2/checksums @@ -0,0 +1 @@ +1e2b7fd08d6af228856e51c07173cfcf987528f1ac97e04c5af4a47642617dfd aria2-1.35.0.tar.xz diff --git a/community/aria2/depends b/community/aria2/depends new file mode 100644 index 00000000..f8df7bb5 --- /dev/null +++ b/community/aria2/depends @@ -0,0 +1,3 @@ +libressl +xz +zlib diff --git a/community/aria2/sources b/community/aria2/sources new file mode 100644 index 00000000..beae00bc --- /dev/null +++ b/community/aria2/sources @@ -0,0 +1 @@ +https://github.com/tatsuhiro-t/aria2/releases/download/release-1.35.0/aria2-1.35.0.tar.xz diff --git a/community/aria2/version b/community/aria2/version new file mode 100644 index 00000000..5f2b3d1e --- /dev/null +++ b/community/aria2/version @@ -0,0 +1 @@ +1.35.0 2 -- cgit v1.2.3