mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
parent
cb5eac5084
commit
9624e5f1e9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fish-shell'
|
||||
pkgname=fish-shell
|
||||
version=3.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="fish-${version}"
|
||||
build_style=cmake
|
||||
makedepends="ncurses-devel pcre2-devel gettext-devel"
|
||||
|
@ -12,7 +12,7 @@ license="GPL-2.0-only"
|
|||
homepage="https://fishshell.com/"
|
||||
distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.gz"
|
||||
checksum=14728ccc6b8e053d01526ebbd0822ca4eb0235e6487e832ec1d0d22f1395430e
|
||||
register_shell="/usr/bin/fish"
|
||||
register_shell="/bin/fish /usr/bin/fish"
|
||||
|
||||
post_install() {
|
||||
# Starting with fish-3.0.0 this is a skeleton file with only comments
|
||||
|
|
Loading…
Add table
Reference in a new issue