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
|
||||
_githubuser=lytedev
|
||||
_gitrepo=https://github.com/$githubuser/$gitname
|
||||
_gitrepo=https://github.com/$_githubuser/$_gitname
|
||||
_gitbranch=daniel/add-simple-vim-mode
|
||||
_gitcommit=9ed47a2
|
||||
_gitcommitcount=1081
|
||||
|
@ -12,15 +12,15 @@ pkgver=1081.9ed47a2
|
|||
pkgrel=1
|
||||
pkgdesc="lytedev's fork of the process monitor with a vim_mode setting"
|
||||
arch=('x86_64')
|
||||
url=$_gitrepo
|
||||
url="$_gitrepo"
|
||||
license=('GPL2')
|
||||
depends=('ncurses')
|
||||
makedepends=('git' 'python')
|
||||
optdepends=('lsof: list open files for running process'
|
||||
'strace: attach to running process')
|
||||
provides=('htop')
|
||||
conflicts=('htop')
|
||||
source=("git+https://github.com/lytedev/${_gitname}.git#branch=${_gitbranch}")
|
||||
provides=("${_gitname}")
|
||||
conflicts=("${_gitname}")
|
||||
source=("git+${url}.git#branch=${_gitbranch}")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
|
Loading…
Reference in a new issue