Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85629586
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/packaging/GNU-Linux/alpine/kazv/libkazv/APKBUILD b/packaging/GNU-Linux/alpine/kazv/libkazv/APKBUILD
new file mode 100644
index 0000000..4da8eed
--- /dev/null
+++ b/packaging/GNU-Linux/alpine/kazv/libkazv/APKBUILD
@@ -0,0 +1,27 @@
+pkgname=libkazv
+pkgver=20220320
+pkgrel=0
+pkgdesc="libkazv is a matrix client sdk built upon lager and the value-oriented design it enables."
+license=AGPL-3.0
+arch=x86_64
+url="https://lily.kazv.moe/kazv/libkazv"
+source="libkazv.tar.gz::https://lily.kazv.moe/kazv/libkazv/-/archive/servant/libkazv-servant.tar.gz"
+builddir="${srcdir}/libkazv-servant"
+makedepends="cmake boost-dev olm-dev curl-dev lager immer zug nlohmann-json olm-dev crypto++-dev"
+depends="cpr lager immer zug boost nlohmann-json olm crypto++" # crypto++ need testing respority
+options="!check" # Not tested yet
+
+build() {
+ mkdir ${builddir}/build
+ cd ${builddir}/build
+ cmake .. -DCMAKE_INSTALL_PREFIX="/usr" -Dlibkazv_BUILD_EXAMPLES=OFF -Dlibkazv_BUILD_TESTS=OFF
+ make
+}
+
+package() {
+ cd ${builddir}/build
+ make DESTDIR="$pkgdir" install
+}
+sha512sums="
+3c36846c5441edb8da8bea5df2fbe1611869cef53259a27a77dbf877b7298db4c5f40b49edbc035ddc1099cb5111bf95f5f1df8ceabe1625706c2dfee78201a2 libkazv.tar.gz
+"
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Aug 9, 12:58 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1724083
Default Alt Text
(1 KB)
Attached To
Mode
rL libkazv
Attached
Detach File
Event Timeline
Log In to Comment