mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
oil: update to 0.9.3
Update template
This commit is contained in:
parent
a5ec4dbd6b
commit
d508afe4d0
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'oil'
|
||||
pkgname=oil
|
||||
version=0.9.0
|
||||
version=0.9.3
|
||||
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="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://www.oilshell.org"
|
||||
distfiles="${homepage}/download/${pkgname}-${version}.tar.xz"
|
||||
checksum=c64e22a3665756ea54ea60aa983f7893501a13c2a4d1c7f73c8c76f17ea03636
|
||||
checksum=62f36072f69f3378e03b79d8d5255c1d136094ec11410db4f16ee82f1660efda
|
||||
register_shell="/usr/bin/osh"
|
||||
nocross="Build systems gets confused with host and cross toolchains/headers"
|
||||
nostrip=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue