change opam

This commit is contained in:
Galfour 2019-05-13 13:16:03 +00:00
parent 8765e7258a
commit 4a8aa8e311

View File

@ -1,6 +1,5 @@
name: "ligo"
opam-version: "2.0"
version: "1.0"
maintainer: "gabriel.alfour@gmail.com"
authors: [ "Galfour" ]
homepage: "https://gitlab.com/gabriel.alfour/tezos"
@ -21,9 +20,4 @@ depends: [
]
build: [
[ "dune" "build" "-p" name "-j" jobs ]
# needed in the repository, but must not be present in the local ligo.opam [ "mv" "src/ligo/ligo.install" "." ]
]
url {
src: "https://gitlab.com/gabriel.alfour/tezos/-/archive/master/tezos.tar.gz"
}