srcpkgs/*: update licenses in my pkgs
This commit is contained in:
parent
42fcdf1de2
commit
537d70a304
|
@ -10,7 +10,7 @@ make_check_args="-- --skip test_wasm"
|
|||
make_cmd=cargo
|
||||
short_desc="Bootstrap package for cargo-auditable"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
license="MIT,Apache-2.0"
|
||||
license="Apache-2.0 OR MIT"
|
||||
homepage="https://github.com/rust-secure-code/cargo-auditable"
|
||||
changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"
|
||||
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
|
||||
|
|
|
@ -9,7 +9,7 @@ make_check_args="-- --skip test_wasm"
|
|||
hostmakedepends="cargo-auditable-bootstrap"
|
||||
short_desc="Tool for embedding dependency information in rust binaries"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
license="MIT,Apache-2.0"
|
||||
license="Apache-2.0 OR MIT"
|
||||
homepage="https://github.com/rust-secure-code/cargo-auditable"
|
||||
changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"
|
||||
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
|
||||
|
|
|
@ -6,7 +6,7 @@ build_style=cargo
|
|||
build_helper=qemu
|
||||
short_desc="Simple, fast and user-friendly alternative to find"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
license="Apache-2.0, MIT"
|
||||
license="Apache-2.0 OR MIT"
|
||||
homepage="https://github.com/sharkdp/fd"
|
||||
changelog="https://raw.githubusercontent.com/sharkdp/fd/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/sharkdp/fd/archive/refs/tags/v${version}.tar.gz"
|
||||
|
|
|
@ -12,7 +12,7 @@ hostmakedepends="pkg-config"
|
|||
makedepends="libgit2-1.8-devel libzstd-devel"
|
||||
short_desc="Changelog generator based on conventional commits"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
license="Apache-2.0, MIT"
|
||||
license="Apache-2.0 OR MIT"
|
||||
homepage="https://github.com/orhun/git-cliff"
|
||||
changelog="https://raw.githubusercontent.com/orhun/git-cliff/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/orhun/git-cliff/archive/refs/tags/v${version}.tar.gz"
|
||||
|
|
|
@ -8,7 +8,7 @@ makedepends="glew-devel libpng-devel SDL-devel SDL_gfx-devel SDL_mixer-devel
|
|||
depends="dejavu-fonts-ttf"
|
||||
short_desc="SDL rogue-like in a non-euclidean world"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
license="GPL-2.0-or-later, CC-BY-SA-4.0, CC-BY-SA-3.0, CC-BY-3.0, Public Domain"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.roguetemple.com/z/hyper/"
|
||||
changelog="https://raw.githubusercontent.com/zenorogue/hyperrogue/master/changelog.txt"
|
||||
distfiles="https://github.com/zenorogue/hyperrogue/archive/refs/tags/v${version}.tar.gz"
|
||||
|
|
|
@ -18,7 +18,7 @@ makedepends="libuv-devel libvterm-devel msgpack-devel
|
|||
lua51-lpeg $(vopt_if luajit LuaJIT-devel lua51-devel)"
|
||||
short_desc="Fork of Vim aiming to improve user experience, plugins and GUIs"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
license="Apache-2.0, Vim"
|
||||
license="Apache-2.0 AND Vim"
|
||||
homepage="https://neovim.io"
|
||||
changelog="https://github.com/neovim/neovim/releases"
|
||||
distfiles="https://github.com/neovim/neovim/archive/refs/tags/v${version}.tar.gz
|
||||
|
|
|
@ -12,7 +12,7 @@ make_install_args="--path ntpd"
|
|||
depends="libcap-progs"
|
||||
short_desc="Full-featured implementation of the Network Time Protocol"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
license="Apache-2.0, MIT"
|
||||
license="Apache-2.0 OR MIT"
|
||||
homepage="https://github.com/pendulum-project/ntpd-rs"
|
||||
changelog="https://raw.githubusercontent.com/pendulum-project/ntpd-rs/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/pendulum-project/ntpd-rs/archive/refs/tags/v${version}.tar.gz"
|
||||
|
|
|
@ -6,7 +6,7 @@ build_wrksrc=rust-audit-info
|
|||
build_style=cargo
|
||||
short_desc="CLI tool for extracting cargo-auditable dependency trees"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
license="MIT, Apache-2.0"
|
||||
license="Apache-2.0 OR MIT"
|
||||
homepage="https://github.com/rust-secure-code/cargo-auditable"
|
||||
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/${pkgname}/v${version}.tar.gz"
|
||||
checksum=d9d53352b5f2dc34a93b1ae6408cdd50085f40e24d832af6938e0c3b7c906ff5
|
||||
|
|
|
@ -12,7 +12,7 @@ hostmakedepends="pkg-config"
|
|||
makedepends="openssl-devel zlib-devel libcurl-devel"
|
||||
short_desc="Rust toolchain installer"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
license="Apache-2.0, MIT"
|
||||
license="Apache-2.0 OR MIT"
|
||||
homepage="https://www.rustup.rs"
|
||||
changelog="https://raw.githubusercontent.com/rust-lang/rustup/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/rust-lang/rustup/archive/refs/tags/${version}.tar.gz"
|
||||
|
|
|
@ -9,7 +9,7 @@ makedepends="libcurl-devel libgit2-1.8-devel openssl-devel"
|
|||
checkdepends="git"
|
||||
short_desc="Fast, configurable shell plugin manager"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
license="Apache-2.0, MIT"
|
||||
license="Apache-2.0 OR MIT"
|
||||
homepage="https://sheldon.cli.rs/"
|
||||
changelog="https://raw.githubusercontent.com/rossmacarthur/sheldon/trunk/RELEASES.md"
|
||||
distfiles="https://github.com/rossmacarthur/sheldon/archive/refs/tags/${version}.tar.gz"
|
||||
|
|
|
@ -6,7 +6,7 @@ build_style=cargo
|
|||
build_helper=qemu
|
||||
short_desc="Meta upgrade tool for pip, flatpak, your distro and everything else"
|
||||
maintainer="tranzystorekk <tranzystorek.io@protonmail.com>"
|
||||
license="GPL-3.0-only"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/topgrade-rs/topgrade"
|
||||
distfiles="https://github.com/topgrade-rs/topgrade/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=53c6521041a6ffddf1ccb13f404f131919a2ef48deb3974fc71dc3be08db6cd0
|
||||
|
|
Loading…
Reference in New Issue