Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
332b7393
Commit
332b7393
authored
1 year ago
by
Biswapriyo Nath
Committed by
J0WI
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/yazi: Install shell completions
parent
d9a891ca
No related branches found
Branches containing commit
Tags
v3.13.0_rc1
Tags containing commit
1 merge request
!63131
testing/yazi: Install shell completions
Pipeline
#225408
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/yazi/APKBUILD
+10
-4
10 additions, 4 deletions
testing/yazi/APKBUILD
with
10 additions
and
4 deletions
testing/yazi/APKBUILD
+
10
−
4
View file @
332b7393
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Matthias Ahouansou <matthias@ahouansou.cz>
# Maintainer: Matthias Ahouansou <matthias@ahouansou.cz>
pkgname
=
yazi
pkgname
=
yazi
pkgver
=
0.2.4
pkgver
=
0.2.4
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Blazing fast terminal file manager written in Rust, based on async I/O"
pkgdesc
=
"Blazing fast terminal file manager written in Rust, based on async I/O"
url
=
"https://yazi-rs.github.io"
url
=
"https://yazi-rs.github.io"
arch
=
"all"
arch
=
"all"
...
@@ -12,7 +12,11 @@ makedepends="
...
@@ -12,7 +12,11 @@ makedepends="
cargo-auditable
cargo-auditable
lua5.4-dev
lua5.4-dev
"
"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc
$pkgname
-bash-completion
$pkgname
-fish-completion
$pkgname
-zsh-completion
"
source
=
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/sxyazi/yazi/archive/refs/tags/v
$pkgver
.tar.gz
$pkgname
-
$pkgver
.tar.gz::https://github.com/sxyazi/yazi/archive/refs/tags/v
$pkgver
.tar.gz
system-lua.patch
system-lua.patch
...
@@ -25,7 +29,7 @@ prepare() {
...
@@ -25,7 +29,7 @@ prepare() {
}
}
build
()
{
build
()
{
cargo auditable build
--release
--frozen
YAZI_GEN_COMPLETIONS
=
true
cargo auditable build
--release
--frozen
}
}
check
()
{
check
()
{
...
@@ -34,7 +38,9 @@ check() {
...
@@ -34,7 +38,9 @@ check() {
package
()
{
package
()
{
install
-Dm755
target/release/yazi
"
$pkgdir
"
/usr/bin/yazi
install
-Dm755
target/release/yazi
"
$pkgdir
"
/usr/bin/yazi
install
-Dm644
yazi-boot/completions/yazi.bash
"
$pkgdir
"
/usr/share/bash-completion/completions/yazi
install
-Dm644
yazi-boot/completions/yazi.fish
"
$pkgdir
"
/usr/share/fish/vendor_completions.d/yazi.fish
install
-Dm644
yazi-boot/completions/_yazi
"
$pkgdir
"
/usr/share/zsh/site-functions/_yazi
install
-Dm644
LICENSE
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/LICENSE
install
-Dm644
LICENSE
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/LICENSE
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment