diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-05 20:12:45 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-05 20:12:45 +0300 |
commit | ab7b4cfe8f16cb027c1139ac8b0a94ff78fcee2a (patch) | |
tree | fb3a4fc41ff366a1c2f93df21b832ea72f1358b3 /extra | |
parent | 6701612dde5ae0e0fbf5087afa1b1612e50e3379 (diff) | |
download | repository-ab7b4cfe8f16cb027c1139ac8b0a94ff78fcee2a.tar.gz |
mercurial: add new package at 5.5.2
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/mercurial/build | 4 | ||||
-rw-r--r-- | extra/mercurial/checksums | 1 | ||||
-rw-r--r-- | extra/mercurial/depends | 1 | ||||
-rw-r--r-- | extra/mercurial/sources | 1 | ||||
-rw-r--r-- | extra/mercurial/version | 1 |
5 files changed, 8 insertions, 0 deletions
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 |