All Projects → myfreeer → Aria2 Build Msys2

myfreeer / Aria2 Build Msys2

Licence: gpl-3.0
aria2 build scripts on msys2 with custom patches.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Aria2 Build Msys2

Cargo Make
Rust task runner and build tool.
Stars: ✭ 895 (+699.11%)
Mutual labels:  build-tool, build, build-automation
Hopp
Crazy rapid build system.
Stars: ✭ 24 (-78.57%)
Mutual labels:  build-tool, build, build-automation
Nginx Builder
A tool to build deb or rpm package of required Nginx version from the source code, with the ability to connect third-party modules. Nginx parameters are set in the yaml configuration file.
Stars: ✭ 123 (+9.82%)
Mutual labels:  build-tool, build, build-automation
Baumeister
👷 The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
Stars: ✭ 171 (+52.68%)
Mutual labels:  build-tool, build, build-automation
Nginx-builder
A tool to build deb or rpm package of required Nginx version from the source code, with the ability to connect third-party modules. Nginx parameters are set in the yaml configuration file.
Stars: ✭ 143 (+27.68%)
Mutual labels:  build, build-automation, build-tool
Flubucore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
Stars: ✭ 695 (+520.54%)
Mutual labels:  build-tool, build, build-automation
Zeus
An Electrifying Build System
Stars: ✭ 176 (+57.14%)
Mutual labels:  build-tool, build, build-automation
Earthly
Repeatable builds
Stars: ✭ 5,805 (+5083.04%)
Mutual labels:  build, build-automation, build-tool
UnityBuildManager
Utility for running builds sequence & pushing them to markets & keeping changelog
Stars: ✭ 53 (-52.68%)
Mutual labels:  build, build-automation, build-tool
aseprite-macos-buildsh
Automated script to create latest release app (either beta, or release whichever is newer) of Aseprite for macOS
Stars: ✭ 143 (+27.68%)
Mutual labels:  build, build-automation, build-tool
Buildout
Buildout is a deployment automation tool written in and extended with Python
Stars: ✭ 510 (+355.36%)
Mutual labels:  build-tool, build, build-automation
Pybuilder
Software build automation tool for Python.
Stars: ✭ 1,290 (+1051.79%)
Mutual labels:  build-tool, build, build-automation
Build Harness
🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more
Stars: ✭ 236 (+110.71%)
Mutual labels:  build-tool, build, build-automation
build
Build system scripts based on GENie (https://github.com/bkaradzic/genie) project generator
Stars: ✭ 30 (-73.21%)
Mutual labels:  build, build-automation, build-tool
jagen
A software engineer's workspace manager and build systems wrapper
Stars: ✭ 32 (-71.43%)
Mutual labels:  build, build-automation, build-tool
Ultra Runner
🏃⛰ Ultra fast monorepo script runner and build tool
Stars: ✭ 496 (+342.86%)
Mutual labels:  build-tool, build
Gowatch
🚀 gowatch is a command line tool that builds and (re)starts your go project everytime you save a Go or template file.
Stars: ✭ 539 (+381.25%)
Mutual labels:  build-tool, build
Cbt
CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
Stars: ✭ 489 (+336.61%)
Mutual labels:  build-tool, build-automation
Gogradle
A Gradle Plugin Providing Full Support for Go
Stars: ✭ 712 (+535.71%)
Mutual labels:  build-tool, build
Gradle In Action Source
Source code for the Manning book "Gradle in Action"
Stars: ✭ 483 (+331.25%)
Mutual labels:  build-tool, build-automation

Readme

aria2 build scripts for msys2 with custom patches.

Build Status

Build status

License

GitHub license

Changes

  • option max-connection-per-server: change maximum value to *, default value to 16
  • option min-split-size: change minimum value to 1K, default value to 1M
  • option piece-length: change minimum value to 1K, default value to 1M
  • option connect-timeout: change default value to 30
  • option split: change default value to 128
  • option continue: change default value to true
  • option retry-wait: change default value to 1
  • option max-concurrent-downloads: change default value to 16
  • option netrc-path conf-path dht-file-path dht-file-path6: change default value to sub-folder of current directory
  • option deamon: make use of it on mingw
  • download: retry on slow speed and connection close
  • download: add option retry-on-400 to retry on http 400 bad request, which only effective if retry-wait > 0
  • download: add option retry-on-403 to retry on http 403 forbidden, which only effective if retry-wait > 0
  • download: add option retry-on-406 to retry on http 406 not acceptable, which only effective if retry-wait > 0
  • http: add option http-want-digest to choose whether to send the generated Want-Digest HTTP header or not (#10

Environment

MSYS2 Should be set up with commands below:

pacman -Syyuu --noconfirm
pacman -Su --noconfirm
pacman -S --noconfirm --needed base-devel zlib-devel sqlite git unzip zip tar gmp gmp-devel libssh2 libssh2-devel openssl-devel

Artifacts

  • x86_64 (64-bits) version: aria2c.7z
  • x86 (32-bits) version: aria2c_x86.7z

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].