keepsecret new package

This commit is contained in:
Rmys
2026-01-01 17:35:54 +03:00
parent 0f7ed54fd5
commit 8b2ba9d4dd
9 changed files with 310 additions and 47 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ i = ''.join([
' -DCMAKE_INSTALL_PREFIX=/usr',
' -DCMAKE_INSTALL_LIBDIR=lib',
' -DBUILD_SHARED_LIBS=ON',
' -DGLM_TEST_ENABLE=ON -L '
' -DGLM_TEST_ENABLE=ON -L ',
' -DCMAKE_INSTALL_DATAROOTDIR=/usr/lib/cmake '
])
def setup():
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>C++ mathematics library.</Summary>
<Description>C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification.</Description>
<Archive sha1sum="4f3af30e789974241f9fc3d81d313049aa4b38f6" type="targz">https://github.com/g-truc/glm/archive/1.0.1/glm-1.0.1.tar.gz</Archive>
<Archive sha1sum="69067f49ed666bd0233eada96a2c8b5d4f9ad487" type="targz">https://github.com/g-truc/glm/archive/1.0.2/glm-1.0.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
@@ -36,6 +36,13 @@
</Files>
</Package>
<History>
<Update release="5">
<Date>2026-01-01</Date>
<Version>1.0.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2025-02-08</Date>
<Version>1.0.1</Version>