Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
pacui-git
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Packages
Community
pacui-git
Commits
aa602c42
Commit
aa602c42
authored
Jul 21, 2020
by
Mark Wagie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use tags for pkgver
parent
ac3db7ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
PKGBUILD
PKGBUILD
+13
-13
No files found.
PKGBUILD
View file @
aa602c42
# Maintainer: Stefano Capitani <stefanoatmanjarodotorg>
# Maintainer: excalibur1234 @forum.manjaro.org
_pkgname
=
pacui
pkgname
=
$_pkgname
-git
pkgver
=
r1026.09cb8ec
pkgname
=
pacui-git
pkgver
=
1.14.r6.g846f892
pkgrel
=
1
pkgdesc
=
"Bash script providing advanced Pacman and
Yay/Pikaur/Aurman/Pakku/Trizen/Pacau
r functionality in a simple UI"
arch
=(
any
)
url
=
"https://github.com/excalibur1234/
$_pkgname
"
pkgdesc
=
"Bash script providing advanced Pacman and
AUR helpe
r functionality in a simple UI"
arch
=(
'any'
)
url
=
"https://github.com/excalibur1234/
pacui
"
license
=(
'GPL3'
)
depends
=(
'pacman-contrib'
'expac'
'sudo'
'fzf'
)
makedepends
=(
'git'
)
provides
=(
"
$
_pkgname
"
)
conflicts
=(
"
$
_pkgname
"
)
provides
=(
"
$
{
pkgname
%-git
}
"
)
conflicts
=(
"
$
{
pkgname
%-git
}
"
)
optdepends
=(
'yay: One AUR helper is needed for AUR support.'
'pikaur: One AUR helper is needed for AUR support.'
'aurman: One AUR helper is needed for AUR support.'
...
...
@@ -23,14 +22,15 @@ optdepends=('yay: One AUR helper is needed for AUR support.'
'pacman-mirrors: Needed for Manjaro mirror support'
'reflector: Needed for Arch Linux mirror support'
'downgrade: Needed for hidden "downgrade" option.'
)
source
=(
"
$_pkgname
::git+https://github.com/excalibur1234/
$_pkgname
.git"
)
md5
sums
=(
'SKIP'
)
source
=(
'git+https://github.com/excalibur1234/pacui.git'
)
sha256
sums
=(
'SKIP'
)
pkgver
()
{
cd
"
$srcdir
/
$_pkgname
"
echo
"r
$(
git rev-list
--count
HEAD
)
.
$(
git rev-parse
--short
HEAD
)
"
cd
"
$srcdir
/
${
pkgname
%-git
}
"
git describe
--long
--tags
|
sed
's/\([^-]*-g\)/r\1/;s/-/./g'
}
package
()
{
install
-Dm755
"
$srcdir
/
$_pkgname
/pacui"
"
$pkgdir
/usr/bin/pacui"
cd
"
$srcdir
/
${
pkgname
%-git
}
"
install
-Dm755
"
${
pkgname
%-git
}
"
-t
"
$pkgdir
/usr/bin"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment