mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
5777c3e27c
commit
bbb20069e2
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nushell'
|
# Template file for 'nushell'
|
||||||
pkgname=nushell
|
pkgname=nushell
|
||||||
version=0.88.1
|
version=0.88.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--features=extra"
|
configure_args="--features=extra"
|
||||||
hostmakedepends="pkg-config python3 libgit2-devel"
|
hostmakedepends="pkg-config python3 libgit2-devel"
|
||||||
|
@ -32,4 +32,7 @@ fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
vsconf crates/nu-utils/src/sample_config/default_config.nu
|
||||||
|
vsconf crates/nu-utils/src/sample_config/default_env.nu
|
||||||
|
vsconf crates/nu-utils/src/sample_config/sample_login.nu
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue