electron38-bin 38.1.2-1
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
name='electron-bin'
|
name='electron-bin'
|
||||||
version='38.1.2'
|
version='38.1.2'
|
||||||
release='1'
|
release='2'
|
||||||
desc='Meta package providing the latest available stable Electron build.'
|
desc='Meta package providing the latest available stable Electron build'
|
||||||
|
desc_ru='Мета-пакет, предоставляющий последнюю доступную стабильную сборку Electron'
|
||||||
homepage='https://electronjs.org'
|
homepage='https://electronjs.org'
|
||||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer="Evgeny Khramov <xpamych@yandex.ru>"
|
||||||
|
maintainer_ru="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
architectures=('all')
|
architectures=('all')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
provides=("electron=${version}")
|
provides=("electron=${version}")
|
||||||
@@ -11,6 +13,14 @@ conflicts=('electron' 'electron-bin' 'electron-git')
|
|||||||
|
|
||||||
build_deps=("electron${version%%.*}-bin")
|
build_deps=("electron${version%%.*}-bin")
|
||||||
|
|
||||||
|
build_deps_alt=("${build_deps[@]}")
|
||||||
|
build_deps_arch=("${build_deps[@]}")
|
||||||
|
build_deps_debian=("${build_deps[@]}")
|
||||||
|
build_deps_fedora=("${build_deps[@]}")
|
||||||
|
build_deps_redos=("${build_deps[@]}")
|
||||||
|
build_deps_rhel=("${build_deps[@]}")
|
||||||
|
build_deps_rosa=("${build_deps[@]}")
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
||||||
mkdir -p "${pkgdir}/usr/bin" "${pkgdir}/usr/lib"
|
mkdir -p "${pkgdir}/usr/bin" "${pkgdir}/usr/lib"
|
||||||
@@ -18,3 +28,8 @@ package() {
|
|||||||
ln -sf "electron${version}" "${pkgdir}/usr/bin/${name}"
|
ln -sf "electron${version}" "${pkgdir}/usr/bin/${name}"
|
||||||
ln -sf "electron${version}" "${pkgdir}/usr/lib/${name}"
|
ln -sf "electron${version}" "${pkgdir}/usr/lib/${name}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
files() {
|
||||||
|
files-find-bin
|
||||||
|
files-find-lib
|
||||||
|
}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
name='electron37-bin'
|
name='electron38-bin'
|
||||||
version='37.3.0'
|
version='38.1.2'
|
||||||
release='2'
|
release='1'
|
||||||
desc='Build cross platform desktop apps with web technologies'
|
desc='Build cross platform desktop apps with web technologies'
|
||||||
desc_ru='Создание кроссплатформенных настольных приложений с веб-технологиями'
|
desc_ru='Создание кроссплатформенных настольных приложений с веб-технологиями'
|
||||||
homepage='https://electronjs.org'
|
homepage='https://electronjs.org'
|
Reference in New Issue
Block a user