will handle elixir deps internally

This commit is contained in:
Pratyush Desai 2021-11-02 11:45:34 +05:30
parent 05c7b82384
commit 1cc076fcbe
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD
1 changed files with 9 additions and 0 deletions

View File

@ -9,3 +9,12 @@ url='https://github.com/progval/matrix2051'
provides=('matrix2051=$pkgver')
depends=('erlang', 'elixir')
makedepends=('git')
source=('')
pkgver() {
cd "${srcdir}/$pkgname"
git describe --long --tags | sed 's/^v//; s/-/./g'
}