From ab7b4cfe8f16cb027c1139ac8b0a94ff78fcee2a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 5 Oct 2020 20:12:45 +0300 Subject: mercurial: add new package at 5.5.2 --- extra/mercurial/build | 4 ++++ extra/mercurial/checksums | 1 + extra/mercurial/depends | 1 + extra/mercurial/sources | 1 + extra/mercurial/version | 1 + 5 files changed, 8 insertions(+) create mode 100755 extra/mercurial/build create mode 100644 extra/mercurial/checksums create mode 100644 extra/mercurial/depends create mode 100644 extra/mercurial/sources create mode 100644 extra/mercurial/version (limited to 'extra/mercurial') diff --git a/extra/mercurial/build b/extra/mercurial/build new file mode 100755 index 00000000..95887565 --- /dev/null +++ b/extra/mercurial/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +python setup.py build +python setup.py install --prefix=/usr --root="$1" diff --git a/extra/mercurial/checksums b/extra/mercurial/checksums new file mode 100644 index 00000000..4870cbc9 --- /dev/null +++ b/extra/mercurial/checksums @@ -0,0 +1 @@ +84930ad47a25d1f5db47acf48662bd199e45b7c331d8af6f4a8c46449ad8f372 mercurial-5.5.2.tar.gz diff --git a/extra/mercurial/depends b/extra/mercurial/depends new file mode 100644 index 00000000..fdc793e7 --- /dev/null +++ b/extra/mercurial/depends @@ -0,0 +1 @@ +python diff --git a/extra/mercurial/sources b/extra/mercurial/sources new file mode 100644 index 00000000..25834795 --- /dev/null +++ b/extra/mercurial/sources @@ -0,0 +1 @@ +https://www.mercurial-scm.org/release/mercurial-5.5.2.tar.gz diff --git a/extra/mercurial/version b/extra/mercurial/version new file mode 100644 index 00000000..924347e2 --- /dev/null +++ b/extra/mercurial/version @@ -0,0 +1 @@ +5.5.2 1 -- cgit v1.2.3