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