Skip to content

Commit

Permalink
zeroinstall-injector: rename to zeroinstall, update to 2.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobinmob committed Apr 15, 2020
1 parent 1eecb5e commit 4fa6aa1
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 20 deletions.
1 change: 1 addition & 0 deletions srcpkgs/zeroinstall-injector
20 changes: 0 additions & 20 deletions srcpkgs/zeroinstall-injector/template

This file was deleted.

34 changes: 34 additions & 0 deletions srcpkgs/zeroinstall/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Template file for 'zeroinstall'
pkgname=zeroinstall
version=2.16
revision=1
wrksrc="0install-v${version}"
build_style=gnu-makefile
make_install_target="install_system"
make_check_args="test"
hostmakedepends="gettext opam m4 tar pkg-config which"
makedepends="libressl-devel libcurl-devel gnupg glib-devel gtk+3-devel"
depends="gnupg desktop-file-utils hicolor-icon-theme xdg-utils"
short_desc="Cross-distribution software installation system"
maintainer="mobinmob <mobinmob@disroot.org>"
license="LGPL-2.1-only"
homepage="http://0install.net"
distfiles="https://github.com/0install/0install/releases/download/v${version}/0install-v${version}.tbz"
checksum=4a040cd8ab3a55a84f8daec48306b45d9c9662860fe003c927ef8b485cdecef3
nocross="opam is nocross"



pre_build() {
opam init -y --compiler=4.07.0 --disable-sandboxing
eval $(opam env)
opam install -y yojson xmlm ounit lwt lwt_react obus ocurl sha dune lablgtk3 lwt_glib
}


zeroinstall-injector_package() {
build_style=meta
archs=noarch
short_desc+=" - transitional dummy pkg"
depends="zeroinstall-${version}_${revision}"
}
File renamed without changes.

0 comments on commit 4fa6aa1

Please sign in to comment.