mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
parent
16aeddabad
commit
81fa68c5a2
1 changed files with 4 additions and 3 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'elvish'
|
# Template file for 'elvish'
|
||||||
pkgname=elvish
|
pkgname=elvish
|
||||||
version=0.20.1
|
version=0.21.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="src.elv.sh"
|
go_import_path="src.elv.sh"
|
||||||
go_package="./cmd/elvish"
|
go_package="./cmd/elvish"
|
||||||
|
make_check_args="-skip TestLocation"
|
||||||
short_desc="Novel Unix shell"
|
short_desc="Novel Unix shell"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://elv.sh/"
|
homepage="https://elv.sh/"
|
||||||
changelog="https://elv.sh/blog/${version}-release-notes.html"
|
changelog="https://elv.sh/blog/${version}-release-notes.html"
|
||||||
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
|
distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz"
|
||||||
checksum=6a6006015f44def98676eaed611702b000d66838c0e76da572d517d9bde5c388
|
checksum=3a4b93c3c99fe2f9847de35d64be24e2d4b9c12d429cd9831b4571993a66bb7a
|
||||||
register_shell="/bin/elvish"
|
register_shell="/bin/elvish"
|
||||||
|
|
||||||
# fix: collect2: fatal error: cannot find 'ld'
|
# fix: collect2: fatal error: cannot find 'ld'
|
||||||
|
|
Loading…
Add table
Reference in a new issue