Skip to content
Closed
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
2 changes: 1 addition & 1 deletion srcpkgs/ansible-core/template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ checkdepends="${depends} python3-pytest python3-pytest-xdist
python3-pytest-forked unzip openssh python3-pytest-mock libselinux
python3-passlib"
short_desc="Simple deployment, configuration management and execution framework"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.ansible.com/"
changelog="https://raw.githubusercontent.com/ansible/ansible/stable-${version%.*}/changelogs/CHANGELOG-v${version%.*}.rst"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/ansible/template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_style="python3-pep517"
hostmakedepends="python3-setuptools python3-wheel"
depends="ansible-core"
short_desc="Simple deployment, configuration management and execution framework"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.ansible.com/"
distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/bandwhich/template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version=0.22.2
revision=1
build_style=cargo
short_desc="Terminal bandwidth utilization tool"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/imsnif/bandwhich"
changelog="https://raw.githubusercontent.com/imsnif/bandwhich/main/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/bees/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ make_check_target="test"
hostmakedepends="pkg-config"
depends="btrfs-progs"
short_desc="Best-Effort Extent-Same, a btrfs deduplication agent"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/Zygo/bees"
distfiles="https://github.com/Zygo/bees/archive/refs/tags/v${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/blindfold/template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="CLI gitignore file generator"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/Eoin-McMahon/blindfold"
distfiles="${homepage}/archive/v${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/blueprint-compiler/template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_style=meson
depends="python3-gobject"
checkdepends="${depends} libadwaita-devel xvfb-run"
short_desc="Markup language and compiler for GTK 4 user interfaces"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/"
changelog="https://gitlab.gnome.org/jwestman/blueprint-compiler/-/raw/main/NEWS.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/cargo-about/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_style=cargo
hostmakedepends="pkg-config"
makedepends="libzstd-devel"
short_desc="Cargo plugin to generate list of all licenses for a crate"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, Apache-2.0"
homepage="https://github.com/EmbarkStudios/cargo-about"
changelog="https://raw.githubusercontent.com/EmbarkStudios/cargo-about/main/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/cargo-aoc/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="CLI helper tool for advent of code in rust"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, Apache-2.0"
homepage="https://github.com/gobanos/cargo-aoc"
distfiles="https://github.com/gobanos/cargo-aoc/archive/${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/cargo-auditable-bootstrap/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build_style=cargo
# Required for bootstrapping purposes
make_cmd=cargo
short_desc="Bootstrap package for cargo-auditable"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT,Apache-2.0"
homepage="https://github.com/rust-secure-code/cargo-auditable"
changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/cargo-auditable/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build_wrksrc=cargo-auditable
build_style=cargo
hostmakedepends="cargo-auditable-bootstrap"
short_desc="Tool for embedding dependency information in rust binaries"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT,Apache-2.0"
homepage="https://github.com/rust-secure-code/cargo-auditable"
changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/cargo-crev/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ make_check_args="-- --skip creates_new_id_implicitly"
hostmakedepends="pkg-config"
makedepends="openssl-devel nghttp2-devel"
short_desc="Cryptographically verifiable code review system for cargo"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MPL-2.0, MIT, Apache-2.0"
homepage="https://github.com/crev-dev/cargo-crev"
changelog="https://raw.githubusercontent.com/crev-dev/cargo-crev/master/cargo-crev/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/cargo-deny/template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ make_check_args="-- --skip=fetches_with_gi"
hostmakedepends="pkg-config"
makedepends="libzstd-devel"
short_desc="Cargo plugin to help you manage large dependency graphs"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, Apache-2.0"
homepage="https://github.com/EmbarkStudios/cargo-deny"
changelog="https://raw.githubusercontent.com/EmbarkStudios/cargo-deny/main/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/cargo-edit/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ configure_args="--no-default-features -F upgrade,set-version"
hostmakedepends="pkg-config"
makedepends="openssl-devel libgit2-devel"
short_desc="Utility for managing cargo dependencies from the command line"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/killercup/cargo-edit"
changelog="https://raw.githubusercontent.com/killercup/cargo-edit/master/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/cargo-geiger/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="Detects usage of unsafe Rust in a Rust crate and its dependencies"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, Apache-2.0"
homepage="https://github.com/rust-secure-code/cargo-geiger"
changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-geiger/master/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/cargo-update/template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_style=cargo
hostmakedepends="pkg-config go-md2man"
makedepends="libcurl-devel libgit2-devel libssh2-devel openssl-devel"
short_desc="Cargo subcommand for updates to installed executables"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/nabijaczleweli/cargo-update"
changelog="https://github.com/nabijaczleweli/cargo-update/releases"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/chars/template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_style=cargo
configure_args="-p chars"
make_check_args="-p chars"
short_desc="CLI tool to display information about unicode characters"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/antifuchs/chars"
distfiles="https://github.com/antifuchs/chars/archive/v${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/cnping/template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_style=gnu-makefile
makedepends="libXinerama-devel libX11-devel"
depends="libcap-progs"
short_desc="Minimal Graphical IPV4 Ping Tool"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, BSD-3-Clause"
homepage="https://github.com/cnlohr/cnping"
distfiles="https://github.com/cnlohr/cnping/archive/${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/comrak/template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_style=cargo
hostmakedepends="pkg-config"
makedepends="oniguruma-devel"
short_desc="CommonMark + GFM compatible Markdown parser and renderer"
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
homepage="https://github.com/kivikakk/comrak"
changelog="https://github.com/kivikakk/comrak/raw/main/changelog.txt"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/drivestrike/template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _ver="${version}-31"
_filename="${pkgname}_${_ver}_amd64.deb"
archs="x86_64"
short_desc="Machine agent for DriveStrike Fleet Management"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="custom:Proprietary"
homepage="https://drivestrike.com"
distfiles="https://app.drivestrike.com/static/apt/pool/main/d/drivestrike/${_filename}"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/dua-cli/template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version=2.28.0
revision=1
build_style=cargo
short_desc="Tool to conveniently learn about the disk usage of directories"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/Byron/dua-cli"
changelog="https://raw.githubusercontent.com/Byron/dua-cli/main/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/element-desktop/template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ makedepends="libsecret-devel"
depends="c-ares ffmpeg gtk+3 http-parser libevent
libxslt minizip nss re2 snappy sqlcipher electron24"
short_desc="Glossy Matrix collaboration client, desktop version"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://element.io"
changelog="https://raw.githubusercontent.com/vector-im/element-desktop/develop/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/eva/template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version=0.3.1
revision=1
build_style=cargo
short_desc="Simple calculator REPL, similar to bc(1)"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/NerdyPepper/eva"
distfiles="https://github.com/NerdyPepper/eva/archive/refs/tags/v${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/gip/template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="CLI tool to get global IP address"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/dalance/gip"
distfiles="https://github.com/dalance/gip/archive/v${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/git-brws/template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="CLI tool for opening web page of the hoster for a git remote"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://rhysd.github.io/git-brws/"
distfiles="https://github.com/rhysd/git-brws/archive/v${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/git-cliff/template
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ make_check_args="--
hostmakedepends="pkg-config"
makedepends="libgit2-devel"
short_desc="Changelog generator based on conventional commits"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0, MIT"
homepage="https://github.com/orhun/git-cliff"
changelog="https://raw.githubusercontent.com/orhun/git-cliff/main/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/gitoxide/template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_style=cargo
hostmakedepends="pkg-config cmake"
makedepends="zlib-devel openssl-devel"
short_desc="Idiomatic, lean, fast and safe pure Rust implementation of Git"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, Apache-2.0"
homepage="https://github.com/Byron/gitoxide"
changelog="https://github.com/Byron/gitoxide/raw/main/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/gnupg/template
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ makedepends="bzip2-devel gnutls-devel libassuan-devel libcurl-devel
libgcrypt-devel libgpg-error-devel"
depends="pinentry"
short_desc="GNU Privacy Guard (2.x)"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://www.gnupg.org/"
distfiles="https://gnupg.org/ftp/gcrypt/gnupg/gnupg-${version}.tar.bz2"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/grype/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go_import_path="github.com/anchore/grype"
go_package="github.com/anchore/grype/cmd/grype"
go_ldflags="-X main.version=${version}"
short_desc="Vulnerability scanner for container images and filesystems"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/anchore/grype"
changelog="https://github.com/anchore/grype/releases"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/hatch-vcs/template
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hostmakedepends="hatchling"
depends="hatchling python3-setuptools_scm"
checkdepends="${depends} python3-pytest git"
short_desc="Hatch plugin for VCS based versioning"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/ofek/hatch-vcs"
changelog="https://github.com/ofek/hatch-vcs/raw/master/HISTORY.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/hatch/template
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends="${_deps}"
checkdepends="${_deps} python3-pytest python3-pytest-mock
python3-pytest-xdist git python3-pip"
short_desc="Modern, extensible Python project management "
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://hatch.pypa.io/latest/"
changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatch.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/hatchling/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _deps="python3-editables python3-packaging python3-pathspec python3-pluggy
hostmakedepends="python3-setuptools ${_deps}"
depends="${_deps}"
short_desc="Extensible, standards compliant build backend used by Hatch"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://hatch.pypa.io/latest/"
changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/helden-software/template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version=5.5.3
revision=2
depends="virtual?java-runtime"
short_desc="Character generator for the Pen&Paper RPG DSA"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="custom:Proprietary"
homepage="https://www.helden-software.de/"
distfiles="https://online.helden-software.de/rep/pool/main/h/helden-software/helden-software_${version}-0_all.deb"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/i3status-rust/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ make_check_args="--bins"
hostmakedepends="pkg-config pandoc"
makedepends="dbus-devel pulseaudio-devel openssl-devel libsensors-devel"
short_desc="Replacement for i3status, written in Rust"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-only"
homepage="https://github.com/greshake/i3status-rust"
changelog="https://raw.githubusercontent.com/greshake/i3status-rust/master/NEWS.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/libgpg-error/template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ revision=1
build_style=gnu-configure
configure_args="--enable-install-gpg-error-config"
short_desc="Library for error values used by GnuPG component"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later, GPL-2.0-or-later"
homepage="https://www.gnupg.org"
distfiles="https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${version}.tar.bz2"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/libksba/template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ revision=1
build_style=gnu-configure
makedepends="libgpg-error-devel"
short_desc="CMS and X.509 access library"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later,LGPL-3.0-or-later"
homepage="https://www.gnupg.org/related_software/libksba/index.html"
distfiles="https://gnupg.org/ftp/gcrypt/libksba/libksba-${version}.tar.bz2"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/licensor/template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version=2.1.0
revision=2
build_style=cargo
short_desc="Write licenses to stdout"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/raftario/licensor"
distfiles="https://github.com/raftario/licensor/archive/v${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/mdbook-mermaid/template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version=0.13.0
revision=1
build_style=cargo
short_desc="Preprocessor for mdbook to add mermaid support"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MPL-2.0"
homepage="https://github.com/badboy/mdbook-mermaid"
changelog="https://raw.githubusercontent.com/badboy/mdbook-mermaid/main/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/megapixels/template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build_style=meson
hostmakedepends="pkg-config glib-devel"
makedepends="gtk4-devel libzbar-devel"
short_desc="GTK4 camera app for ARM devices"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://gitlab.com/postmarketOS/megapixels"
distfiles="${homepage}/-/archive/${version}/megapixels-${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/nushell/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hostmakedepends="pkg-config libgit2-devel"
makedepends="openssl-devel libgit2-devel libzstd-devel sqlite-devel"
depends="mimalloc"
short_desc="Modern shell for the GitHub era"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://www.nushell.sh/"
changelog="https://www.nushell.sh/blog/"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/olm-python3/template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ makedepends="python3-devel libffi-devel olm-devel"
depends="python3-cffi python3-future"
checkdepends="${depends} python3-pytest python3-pytest-benchmark python3-aspectlib python3-pytest-isort"
short_desc="Implementation of the Double Ratchet cryptographic ratchet - Python"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://gitlab.matrix.org/matrix-org/olm"
changelog="https://gitlab.matrix.org/matrix-org/olm/-/raw/master/CHANGELOG.rst"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/olm/template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version=3.2.16
revision=1
build_style=cmake
short_desc="Implementation of the Double Ratchet cryptographic ratchet"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://gitlab.matrix.org/matrix-org/olm"
changelog="https://gitlab.matrix.org/matrix-org/olm/-/raw/master/CHANGELOG.rst"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/onefetch/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ make_check_args="-- --skip info::tests::test_style_subtitle"
hostmakedepends="pkg-config cmake git"
makedepends="zlib-devel libzstd-devel libgit2-devel"
short_desc="Git repository summary on your terminal"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://onefetch.dev"
changelog="https://github.com/o2sh/onefetch/raw/main/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/openpgp-ca/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hostmakedepends="pkg-config clang llvm nettle-devel sqlite-devel"
makedepends="openssl-devel nettle-devel clang sqlite-devel pcsclite-devel"
depends="gnupg"
short_desc="Tool for handling OpenPGP keys in organizaations"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://openpgp-ca.org/"
distfiles="https://gitlab.com/openpgp-ca/openpgp-ca/-/archive/openpgp-ca/v${version}/openpgp-ca-openpgp-ca-v${version}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/openpgp-card-tools/template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hostmakedepends="pkg-config llvm clang"
makedepends="nettle-devel pcsclite-devel"
depends="pcsclite pcsc-ccid"
short_desc="Tools for inspecting, configuring and using OpenPGP cards"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, Apache-2.0"
homepage="https://codeberg.org/openpgp-card/openpgp-card-tools"
distfiles="https://codeberg.org/openpgp-card/openpgp-card-tools/archive/v${version}.tar.gz"
Expand Down
Loading