untested. but this should work quite nicely

This commit is contained in:
brent s
2016-07-06 09:41:11 -04:00
parent 3e3069e73f
commit 7967ee7ab3
19 changed files with 255 additions and 122 deletions

View File

@@ -0,0 +1,13 @@
pkgname=%%PKGNAME%%
pkgver=0.0000001
pkgrel=1
pkgdesc="%%PKGDESC%%"
arch=('i686' 'x86_64')
url="%%PKGURL%%"
license=('%%LICENSE%%')
depends=('%%PKGDEPS%%')
optdepends=('%%OPTDEPS%%')
makedepends=('%%BUILDDEPS%%')
_pkgname=%%_PKGNAME%%
provides=("%%_PKGNAME%%")
conflicts=("%%_PKGNAME%%")