dev-ml/tar: add 1.1.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-20 23:54:45 +02:00
parent f6dc58ef94
commit e3c49bed18
3 changed files with 68 additions and 1 deletions

View File

@@ -8,7 +8,10 @@ inherit dune multiprocessing
MYPN="ocaml-${PN}"
DESCRIPTION="Pure OCaml library to read and write tar files"
HOMEPAGE="https://github.com/mirage/ocaml-tar"
HOMEPAGE="
https://github.com/mirage/ocaml-tar
https://opam.ocaml.org/packages/tar/
"
SRC_URI="https://github.com/mirage/${MYPN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MYPN}-${PV}"