Files
2025-07-13 16:15:17 +03:00

55 lines
2.1 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>futuresql</Name>
<Homepage>https://api.kde.org/futuresql/html/index.html</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<Icon>futuresql</Icon>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Non-blocking Qt database framework</Summary>
<Description>A non-blocking database framework for Qt. FutureSQL was in part inspired by Diesel, and provides a higher level of abstraction than QtSql. Its features include non-blocking database access by default, relatively boilderplate-free queries, automatic database migrations and simple mapping to objects.</Description>
<Archive sha1sum="6eae044d65752264f838f8e578427d67fc86076b" type="targz">https://github.com/KDE/futuresql/archive/refs/tags/v0.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt6-sql-odbc</Dependency>
<Dependency>qt6-sql-mysql</Dependency>
<Dependency>qt6-sql-sqlite</Dependency>
<Dependency>qt6-sql-postgresql</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="6.9.0">qt6-base-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>futuresql</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency versionFrom="6.9.0">qt6-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/FutureSQL6</Path>
<Path fileType="library">/usr/lib/libfuturesql6.so*</Path>
<Path fileType="library">/usr/lib/cmake/FutureSQL6</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-07-13</Date>
<Version>0.1.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>