# Template file for 'oil' pkgname=oil version=0.9.9 revision=1 build_style=configure configure_args="--prefix=/usr $(vopt_with readline)" hostmakedepends="$(vopt_if readline readline-devel)" makedepends="$hostmakedepends" short_desc="Oil, a new unix shell" maintainer="MarcoAPC " license="Apache-2.0" homepage="https://www.oilshell.org" distfiles="${homepage}/download/${pkgname}-${version}.tar.xz" checksum=6f6b4c4b9cf8a1e8e1dc2ff7bf39c85a11b871ddda9e9e51b9f7e1a0e46b2824 register_shell="/usr/bin/osh" nocross="Build systems gets confused with host and cross toolchains/headers" nostrip=yes build_options="readline" build_options_default="readline" pre_build() { # Remove the strip wrapper rm -f "${XBPS_WRAPPERDIR}"/strip } do_install() { # Install binaries vbin _bin/oil.ovm # Symlink osh, oshc to oil.ovm. cd "${DESTDIR}"/usr/bin ln -s oil.ovm osh ln -s oil.ovm oshc }