Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
NoStrip = ["/opt", "/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
def setup():
|
||||
shelltools.system("pwd")
|
||||
shelltools.system("ar xf vstudio_x64_lin_deb?format=raw")
|
||||
shelltools.system("tar xvf data.tar.xz")
|
||||
def install():
|
||||
pisitools.insinto("/", "opt")
|
||||
pisitools.insinto("/", "usr")
|
||||
@@ -0,0 +1,49 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>Valentina Studio</Name>
|
||||
<Homepage>https://www.valentina-db.com</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Icon>vstudio</Icon>
|
||||
<Summary xml:lang="en">THE BEST FREE DB MANAGEMENT TOOL</Summary>
|
||||
<Summary xml:lang="tr">En iyi ücretsiz veritabanı yönetim aracı</Summary>
|
||||
<Description xml:lang="en">Create, administer, query and explore Valentina DB, MySQL, MariaDB, PostgreSQL and SQLite databases for FREE.</Description>
|
||||
<Description xml:lang="tr">Valentina DB, MySQL, MariaDB, PostgreSQL ve SQLite veritabanlarını ücretsiz olarak oluşturun, yönetin, sorgulayın ve keşfedin.</Description>
|
||||
<Archive sha1sum="1f3c84d6a8ea8179b94a21ac9c6671597f3d1ff1" type="binary">
|
||||
https://www.valentina-db.com/en/download-valentina-studio/vstudio_x64_lin_deb?format=raw
|
||||
</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>Valentina_Studio</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>xcb-util-cursor</Dependency>
|
||||
<Dependency>xcb-util-keysyms</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/opt/VStudio</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2025-10-02</Date>
|
||||
<Version>16.0.1</Version>
|
||||
<Comment>V.bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2018-12-08</Date>
|
||||
<Version>8.7.2</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user