Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zeroinstall-injector: rename to zeroinstall, update to 2.16. #21039

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions srcpkgs/zeroinstall-injector
20 changes: 0 additions & 20 deletions srcpkgs/zeroinstall-injector/template

This file was deleted.

31 changes: 31 additions & 0 deletions srcpkgs/zeroinstall/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Template file for 'zeroinstall'
pkgname=zeroinstall
version=2.16
revision=1
wrksrc="0install-v${version}"
build_style=gnu-makefile
make_install_target="install_system"
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"
mobinmob marked this conversation as resolved.
Show resolved Hide resolved
disable_parallel_build=yes

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
}

mobinmob marked this conversation as resolved.
Show resolved Hide resolved
zeroinstall-injector_package() {
build_style=meta
archs=noarch
short_desc+=" - transitional dummy pkg"
depends="zeroinstall-${version}_${revision}"
}
File renamed without changes.