upscayl-bin 2.15.0-2
This commit is contained in:
@@ -1,17 +1,35 @@
|
||||
name='upscayl-bin'
|
||||
version='2.15.0'
|
||||
release='1'
|
||||
release='2'
|
||||
desc='Free and Open Source AI Image Upscaler'
|
||||
desc_ru='Бесплатный открытый AI-увеличитель изображений'
|
||||
homepage='https://github.com/upscayl/upscayl'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
maintainer='Evgeny Khramov <xpamych@yandex.ru>'
|
||||
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
||||
architectures=('amd64')
|
||||
license=('AGPL3')
|
||||
provides=('upscayl')
|
||||
conflicts=('upscayl' 'upscayl-bin')
|
||||
|
||||
deps=('libvips' 'openjpeg2' 'electron' 'nodejs')
|
||||
deps_redos=('vips' 'openjpeg2' 'electron' 'nodejs')
|
||||
deps_alt=('vips' 'openjpeg2' 'electron' 'nodejs')
|
||||
deps_arch=('libvips' 'openjpeg2' 'electron' 'nodejs')
|
||||
deps_debian=('libvips42' 'libopenjp2-7' 'electron' 'nodejs')
|
||||
deps_fedora=("${deps[@]}")
|
||||
deps_redos=("${deps_fedora[@]}")
|
||||
deps_rhel=("${deps_fedora[@]}")
|
||||
deps_rosa=("${deps_fedora[@]}")
|
||||
deps_alpine=('vips' 'openjpeg' 'electron' 'nodejs')
|
||||
|
||||
build_deps=('unzip')
|
||||
build_deps_alt=('unzip')
|
||||
build_deps_arch=('unzip')
|
||||
build_deps_debian=('unzip')
|
||||
build_deps_fedora=("${build_deps[@]}")
|
||||
build_deps_redos=("${build_deps_fedora[@]}")
|
||||
build_deps_rhel=("${build_deps_fedora[@]}")
|
||||
build_deps_rosa=("${build_deps_fedora[@]}")
|
||||
build_deps_alpine=('unzip')
|
||||
|
||||
sources=("https://github.com/upscayl/upscayl/releases/download/v${version}/upscayl-${version}-linux.zip")
|
||||
checksums=('SKIP')
|
||||
@@ -31,3 +49,8 @@ package() {
|
||||
install -dm755 "${pkgdir}/opt/upscayl/"
|
||||
mv ./* "${pkgdir}/opt/upscayl/"
|
||||
}
|
||||
files() {
|
||||
files-find-bin
|
||||
files-find-share
|
||||
files-find "./opt/upscayl"
|
||||
}
|
||||
|
Reference in New Issue
Block a user