mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
parent
5777c3e27c
commit
bbb20069e2
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nushell'
|
||||
pkgname=nushell
|
||||
version=0.88.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
configure_args="--features=extra"
|
||||
hostmakedepends="pkg-config python3 libgit2-devel"
|
||||
|
@ -32,4 +32,7 @@ fi
|
|||
|
||||
post_install() {
|
||||
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