Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
dbadbac2
Unverified
Commit
dbadbac2
authored
6 years ago
by
zlg
Browse files
Options
Downloads
Patches
Plain Diff
user/tmux-bash-completion: new package
parent
e48520ec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!115
user/tmux-bash-completion: new package
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/tmux-bash-completion/APKBUILD
+23
-0
23 additions, 0 deletions
user/tmux-bash-completion/APKBUILD
with
23 additions
and
0 deletions
user/tmux-bash-completion/APKBUILD
0 → 100644
+
23
−
0
View file @
dbadbac2
# Contributor: zlg <zlg+adelie@zlg.space>
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname
=
tmux-bash-completion
pkgver
=
1.0.0_git20170805
_commit
=
847eda60c4664bfca833a086a3e2167957c26be0
pkgrel
=
0
pkgdesc
=
"bash-completion files for tmux"
url
=
"https://github.com/imomaliev/tmux-bash-completion"
arch
=
"noarch"
options
=
"!check"
# no tests
license
=
"GPL-2.0-only"
depends
=
"bash-completion tmux"
makedepends
=
""
subpackages
=
""
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/imomaliev/tmux-bash-completion/archive/
$_commit
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
package
()
{
cd
"
$builddir
"
install
-Dm644
./completions/tmux
"
$pkgdir
"
/usr/share/bash-completion/completions/tmux
}
sha512sums
=
"6c4c761aa152d1352a575c91e2c375d3f19ad01263b603b9e0cde4bdd95ce478c93bb55bfcd9fa5332cde12399e1e1e1c062e6be2ed7403b96e808275401effa tmux-bash-completion-1.0.0_git20170805.tar.gz"
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