valijson
This commit is contained in:
+2432
-1216
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
f6de19c3e9000bdb95f03473392a097595364fb3
|
||||
66829f1bc96e33a8d213a49058c311c894ce542d
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
065ffe7385bd799b0ff9f189f80d55cbd89f3d0a
|
||||
0fff981aedfc7e406da08d423b046941d9befb03
|
||||
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("Authors", "LICENSE", "README*")
|
||||
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>valijson</Name>
|
||||
<Homepage>https://github.com/tristanpenman/valijson</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Header-only JSON Schema validation library for C++</Summary>
|
||||
<Description>Header-only JSON Schema validation library for C++</Description>
|
||||
<Archive sha1sum="4bb91ad3aadab641e854e30cdf057fb4dae3c531" type="targz">https://github.com/tristanpenman/valijson/archive/refs/tags/v1.1.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>valijson.patch</Patch>
|
||||
<Patch level="1">valijson.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>valijson</Name>
|
||||
<!--
|
||||
<RuntimeDependencies>
|
||||
<Dependency>Dep1</Dependency>
|
||||
</RuntimeDependencies>
|
||||
-->
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2026-02-28</Date>
|
||||
<Version>1.1.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>valijson</Name>
|
||||
<Summary xml:lang="tr">Header-only JSON Schema validation library for C++</Summary>
|
||||
<Description xml:lang="tr">Header-only JSON Schema validation library for C++</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user