blob: 475538f5839ae208c4fbde1f228d8eb0cda4d12a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = mycash-git
pkgdesc = Unarelith's cash management service
pkgver = 0.0.1
pkgrel = 1
url = https://git.unarelith.net/Unarelith/mycash
install = mycash-git.install
arch = i686
arch = x86_64
depends = apache
depends = mod_wsgi
depends = python
depends = python-pip
depends = python-virtualenv
provides = mycash
source = mycash::git+https://git.unarelith.net/Unarelith/mycash.git
md5sums = SKIP
pkgname = mycash-git
|