untested. but this should work quite nicely
This commit is contained in:
13
_docs/PKGBUILD.templates.d/vcs/02.pkgmeta
Normal file
13
_docs/PKGBUILD.templates.d/vcs/02.pkgmeta
Normal 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%%")
|
||||
Reference in New Issue
Block a user