Add htop-vim-mode-git package

This commit is contained in:
Daniel Flanagan 2020-01-22 15:11:33 -06:00
parent 0a2ed3ec1f
commit 27a5f944b6
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4
4 changed files with 32 additions and 5 deletions

View 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
View file

@ -0,0 +1,4 @@
*
!.gitignore
!.SRCINFO
!PKGINFO

View file

@ -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() {

View file

@ -4,5 +4,9 @@ This repository holds my AUR packages.
[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