Add htop-vim-mode-git package
This commit is contained in:
parent
0a2ed3ec1f
commit
27a5f944b6
19
htop-vim-mode-git/.SRCINFO
Normal file
19
htop-vim-mode-git/.SRCINFO
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
pkgbase = htop-vim-mode-git
|
||||||
|
pkgdesc = lytedev's fork of the process monitor with a vim_mode setting
|
||||||
|
pkgver = 1081.9ed47a2
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/lytedev/htop
|
||||||
|
arch = x86_64
|
||||||
|
license = GPL2
|
||||||
|
makedepends = git
|
||||||
|
makedepends = python
|
||||||
|
depends = ncurses
|
||||||
|
optdepends = lsof: list open files for running process
|
||||||
|
optdepends = strace: attach to running process
|
||||||
|
provides = htop
|
||||||
|
conflicts = htop
|
||||||
|
source = git+https://github.com/lytedev/htop.git#branch=daniel/add-simple-vim-mode
|
||||||
|
sha256sums = SKIP
|
||||||
|
|
||||||
|
pkgname = htop-vim-mode-git
|
||||||
|
|
4
htop-vim-mode-git/.gitignore
vendored
Normal file
4
htop-vim-mode-git/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
*
|
||||||
|
!.gitignore
|
||||||
|
!.SRCINFO
|
||||||
|
!PKGINFO
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
_gitname=htop
|
_gitname=htop
|
||||||
_githubuser=lytedev
|
_githubuser=lytedev
|
||||||
_gitrepo=https://github.com/$githubuser/$gitname
|
_gitrepo=https://github.com/$_githubuser/$_gitname
|
||||||
_gitbranch=daniel/add-simple-vim-mode
|
_gitbranch=daniel/add-simple-vim-mode
|
||||||
_gitcommit=9ed47a2
|
_gitcommit=9ed47a2
|
||||||
_gitcommitcount=1081
|
_gitcommitcount=1081
|
||||||
|
@ -12,15 +12,15 @@ pkgver=1081.9ed47a2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="lytedev's fork of the process monitor with a vim_mode setting"
|
pkgdesc="lytedev's fork of the process monitor with a vim_mode setting"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url=$_gitrepo
|
url="$_gitrepo"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('ncurses')
|
depends=('ncurses')
|
||||||
makedepends=('git' 'python')
|
makedepends=('git' 'python')
|
||||||
optdepends=('lsof: list open files for running process'
|
optdepends=('lsof: list open files for running process'
|
||||||
'strace: attach to running process')
|
'strace: attach to running process')
|
||||||
provides=('htop')
|
provides=("${_gitname}")
|
||||||
conflicts=('htop')
|
conflicts=("${_gitname}")
|
||||||
source=("git+https://github.com/lytedev/${_gitname}.git#branch=${_gitbranch}")
|
source=("git+${url}.git#branch=${_gitbranch}")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
|
|
@ -4,5 +4,9 @@ This repository holds my AUR packages.
|
||||||
|
|
||||||
[Browse on AUR][aur-search]
|
[Browse on AUR][aur-search]
|
||||||
|
|
||||||
|
## Packages
|
||||||
|
|
||||||
|
+ [`htop-vim-mode-git`](./htop-vim-mode-gi)
|
||||||
|
|
||||||
|
|
||||||
[aur-search]: https://aur.archlinux.org/packages/?SeB=m&K=lytedev
|
[aur-search]: https://aur.archlinux.org/packages/?SeB=m&K=lytedev
|
||||||
|
|
Loading…
Reference in a new issue