Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions packages/n/netbird/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : netbird
version : 0.71.4
release : 1
version : 0.74.6
release : 2
source :
- https://github.com/netbirdio/netbird/archive/refs/tags/v0.71.4.tar.gz : 91b1977e177a40c2fec6f13ebb7e102b0abd8734569bdb211eed21f3ac8f14db
- https://github.com/netbirdio/netbird/archive/refs/tags/v0.74.6.tar.gz : 5411df9359174be55f4cb6aab48ee4d0a51bea27a7cd36c8dcf3615e3848d7cd
homepage : https://netbird.io/
license :
- BSD-3-Clause
Expand All @@ -21,12 +21,9 @@ builddeps :
- pkgconfig(xkbcommon)
- golang
networking : true
patterns :
- ui:
- /usr/bin/netbird-ui
- /usr/share/applications
- /usr/share/icons
- /usr/share/metainfo
rundeps :
- ui :
- netbird
build : |
pushd client
go build
Expand All @@ -52,3 +49,9 @@ install : |
${workdir}/client/client completion bash | install -Dm00644 /dev/stdin ${installdir}/usr/share/bash-completion/completions/netbird
${workdir}/client/client completion zsh | install -Dm00644 /dev/stdin ${installdir}/usr/share/zsh/site-functions/_netbird
${workdir}/client/client completion fish | install -Dm00644 /dev/stdin ${installdir}/usr/share/fish/vendor_completions.d/netbird.fish
patterns :
- ui :
- /usr/bin/netbird-ui
- /usr/share/applications
- /usr/share/icons
- /usr/share/metainfo
13 changes: 8 additions & 5 deletions packages/n/netbird/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Name>netbird</Name>
<Homepage>https://netbird.io/</Homepage>
<Packager>
<Name>Hans Kelson</Name>
<Name>Hans K</Name>
<Email>hans@communitycomputing.net</Email>
</Packager>
<License>BSD-3-Clause</License>
Expand Down Expand Up @@ -37,6 +37,9 @@
<Summary xml:lang="en">Configuration-free peer-to-peer private network</Summary>
<Description xml:lang="en">NetBird combines a configuration-free peer-to-peer private network and a centralized access control system in a single platform, making it easy to create secure private networks for your organization or home.
</Description>
<RuntimeDependencies>
<Dependency releaseFrom="2">netbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/netbird-ui</Path>
<Path fileType="data">/usr/share/applications/io.netbird.netbird_ui.desktop</Path>
Expand All @@ -45,11 +48,11 @@
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-06-24</Date>
<Version>0.71.4</Version>
<Update release="2">
<Date>2026-07-16</Date>
<Version>0.74.6</Version>
<Comment>Packaging update</Comment>
<Name>Hans Kelson</Name>
<Name>Hans K</Name>
<Email>hans@communitycomputing.net</Email>
</Update>
</History>
Expand Down