diff --git a/htop-vim-mode-git/.SRCINFO b/htop-vim-mode-git/.SRCINFO new file mode 100644 index 0000000..a2a67bb --- /dev/null +++ b/htop-vim-mode-git/.SRCINFO @@ -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 + diff --git a/htop-vim-mode-git/.gitignore b/htop-vim-mode-git/.gitignore new file mode 100644 index 0000000..f803327 --- /dev/null +++ b/htop-vim-mode-git/.gitignore @@ -0,0 +1,4 @@ +* +!.gitignore +!.SRCINFO +!PKGINFO diff --git a/htop-vim-mode-git/PKGBUILD b/htop-vim-mode-git/PKGBUILD index a8b7adc..067c532 100644 --- a/htop-vim-mode-git/PKGBUILD +++ b/htop-vim-mode-git/PKGBUILD @@ -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() { diff --git a/readme.md b/readme.md index 0668a85..ee08e27 100644 --- a/readme.md +++ b/readme.md @@ -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