electron31-bin
This commit is contained in:
parent
fb1005a9a5
commit
e735e4ac64
@ -1,18 +1,13 @@
|
||||
_projectname=electron
|
||||
_major=31
|
||||
_pkgname="${_projectname}${_major}"
|
||||
name="${_pkgname}-bin"
|
||||
_subver="2.0"
|
||||
_pkgver="${_major}.${_subver}"
|
||||
version="${_pkgver/-/.}"
|
||||
release="1"
|
||||
name="electron31-bin"
|
||||
version="31.2.0"
|
||||
release="2"
|
||||
desc='Build cross platform desktop apps with web technologies — prebuilt'
|
||||
homepage='https://electronjs.org'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
architectures=('all')
|
||||
license=('MIT custom')
|
||||
provides=("${_pkgname}=${pkgver}")
|
||||
conflicts=("${_pkgname}")
|
||||
provides=("electron31=31.2.0")
|
||||
conflicts=("electron31")
|
||||
|
||||
deps=('c-ares' 'alsa-lib' 'gtk3' 'libevent' 'libffi' 'nss')
|
||||
build_deps=('pnpm' 'git')
|
||||
|
Loading…
Reference in New Issue
Block a user