valentina-studio-bin
This commit is contained in:
25
packages/valentina-studio-bin/PKGBUILD
Normal file
25
packages/valentina-studio-bin/PKGBUILD
Normal file
@@ -0,0 +1,25 @@
|
||||
# Maintainer: SoftExpert <softexpert at gmail dot com>
|
||||
# Update: Alexander Popov <iiiypuk@fastmail.fm>
|
||||
|
||||
pkgname=valentina-studio-bin
|
||||
pkgver=16.2
|
||||
_majorver=16
|
||||
pkgrel=1
|
||||
pkgdesc="Create, administer, query and explore Valentina DB, MySQL, MariaDB, PostgreSQL and SQLite databases for FREE."
|
||||
arch=('x86_64')
|
||||
url="http://www.valentina-db.com"
|
||||
license=('custom')
|
||||
#makedepends=('')
|
||||
source_x86_64=("${pkgname}-${pkgver}-${CARCH}.deb::http://valentina-db.com/download/release/lin_64/vstudio_x64_${_majorver}_lin.deb")
|
||||
sha256sums_x86_64=('c04aef5490616195b1d8fdc3af816e4c70ee6e090b5a92d34db2f6857ff33da9')
|
||||
|
||||
prepare() {
|
||||
bsdtar -xf "${srcdir}/data.tar.xz" -C "${srcdir}/"
|
||||
}
|
||||
|
||||
package() {
|
||||
install -d "${pkgdir}"/opt/VStudio
|
||||
install -d "${pkgdir}"/usr/share/applications
|
||||
cp --preserve=mode -r "${srcdir}"/opt/VStudio/* "${pkgdir}"/opt/VStudio
|
||||
cp --preserve=mode -r "${srcdir}"/usr/share/applications/* "${pkgdir}"/usr/share/applications
|
||||
}
|
||||
Reference in New Issue
Block a user