blob: b6a99cca203cb0fa491731424ca345c5032dd263 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = vimtips
pkgdesc = A tool to aggregate and show vim tips from different sources.
pkgver = 0.2.7
pkgrel = 1
url = https://github.com/IngoMeyer441/vimtips
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = python-pyqt5
depends = python-pyquery
depends = python-requests
depends = python-psutil
source = https://github.com/IngoMeyer441/vimtips/archive/v0.2.7.tar.gz
sha256sums = 56f1ca714b203d8c88a29eeda12110488b55cf0d6545bc5c0611417266482287
pkgname = vimtips
|