slackbuilds/d/ocaml/get_sources.sh
Michal Cieslakiewicz e9571a1fa6 Initial commit.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2020-04-16 19:31:17 +02:00

6 lines
139 B
Bash
Executable File

#!/bin/bash
SRC=ocaml
VERSION=4.10.0
set -x
wget -O ${SRC}-${VERSION}.tar.gz -c https://github.com/${SRC}/${SRC}/archive/${VERSION}.tar.gz