This commit is contained in:
Alexander Zhirov 2025-03-18 04:32:52 +03:00
commit d6b71b3683
2 changed files with 22 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Open-iSNS
This is a partial implementation of iSNS, according to RFC4171.

19
package.yml Normal file
View File

@ -0,0 +1,19 @@
name : open-isns
version : 0.103
release : 1
source :
- https://github.com/gonzoleeman/open-isns/archive/v0.103.tar.gz : 47499f3ce87a832840884dcf3eedbec8c039f472fe921a5378e3b206a3fc1a32
homepage : https://github.com/gonzoleeman/open-isns
license : GPL-2.1-or-later
component : system.utils
summary : iSNS server and client for Linux
description: |
iSNS server and client for Linux
builddeps :
- pkgconfig(slp)
setup : |
%meson_configure --default-library=shared -Dsecurity=enabled
build : |
%ninja_build
install : |
%ninja_install