aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-12-25 03:17:40 +0300
committerCem Keylan <cem@ckyln.com>2020-12-25 03:17:40 +0300
commit347dcd3e2d00860a1446728f00892e19fb30f24b (patch)
tree29258b9e7515da82403abf3dfc68baabc00634bc
parentf3528ed91601cc994aa7118758790063b3b62f1b (diff)
downloadrepository-347dcd3e2d00860a1446728f00892e19fb30f24b.tar.gz
aria2: add new package at 1.35.0
-rwxr-xr-xcommunity/aria2/build13
-rw-r--r--community/aria2/checksums1
-rw-r--r--community/aria2/depends3
-rw-r--r--community/aria2/sources1
-rw-r--r--community/aria2/version1
5 files changed, 19 insertions, 0 deletions
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