mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
orphan dleeram's packages
This commit is contained in:
parent
566cdccff8
commit
088703d8da
7 changed files with 14 additions and 14 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'iomenu'
|
# Template file for 'iomenu'
|
||||||
pkgname=iomenu
|
pkgname=iomenu
|
||||||
version=1.0
|
version=1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Interactive selection menu"
|
short_desc="Interactive selection menu"
|
||||||
maintainer="dleeram <dleeram@protonmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://github.com/josuah/${pkgname}"
|
homepage="https://github.com/josuah/${pkgname}"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'neovim-remote'
|
# Template file for 'neovim-remote'
|
||||||
pkgname=neovim-remote
|
pkgname=neovim-remote
|
||||||
version=2.2.2
|
version=2.2.2
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="nvr"
|
pycompile_module="nvr"
|
||||||
|
@ -9,7 +9,7 @@ hostmakedepends="python3-setuptools"
|
||||||
depends="python3-neovim python3-psutil"
|
depends="python3-neovim python3-psutil"
|
||||||
checkdepends="python3-neovim python3-psutil python3-pytest"
|
checkdepends="python3-neovim python3-psutil python3-pytest"
|
||||||
short_desc="Control nvim processes using 'nvr' commandline tool"
|
short_desc="Control nvim processes using 'nvr' commandline tool"
|
||||||
maintainer="dleeram <dleeram@protonmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/mhinz/neovim-remote"
|
homepage="https://github.com/mhinz/neovim-remote"
|
||||||
distfiles="https://github.com/mhinz/neovim-remote/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mhinz/neovim-remote/archive/v${version}.tar.gz"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-kitchen'
|
# Template file for 'python-kitchen'
|
||||||
pkgname=python-kitchen
|
pkgname=python-kitchen
|
||||||
version=1.2.6
|
version=1.2.6
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="kitchen-${version}"
|
wrksrc="kitchen-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -9,7 +9,7 @@ pycompile_module="kitchen"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Useful snippets for Python2"
|
short_desc="Useful snippets for Python2"
|
||||||
maintainer="dleeram <dleeram@protonmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/fedora-infra/kitchen"
|
homepage="https://github.com/fedora-infra/kitchen"
|
||||||
distfiles="https://github.com/fedora-infra/kitchen/archive/${version}.tar.gz"
|
distfiles="https://github.com/fedora-infra/kitchen/archive/${version}.tar.gz"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rtv'
|
# Template file for 'rtv'
|
||||||
pkgname=rtv
|
pkgname=rtv
|
||||||
version=1.27.0
|
version=1.27.0
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="rtv"
|
pycompile_module="rtv"
|
||||||
|
@ -9,7 +9,7 @@ hostmakedepends="python3-setuptools"
|
||||||
depends="ncurses python3-BeautifulSoup4 python3-decorator python3-kitchen
|
depends="ncurses python3-BeautifulSoup4 python3-decorator python3-kitchen
|
||||||
python3-requests python3-six"
|
python3-requests python3-six"
|
||||||
short_desc="Simple terminal viewer for Reddit (Reddit Terminal Viewer)"
|
short_desc="Simple terminal viewer for Reddit (Reddit Terminal Viewer)"
|
||||||
maintainer="dleeram <dleeram@protonmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/michael-lazar/${pkgname}"
|
homepage="https://github.com/michael-lazar/${pkgname}"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'rustfmt'
|
# Template file for 'rustfmt'
|
||||||
pkgname=rustfmt
|
pkgname=rustfmt
|
||||||
version=0.9.0
|
version=0.9.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Tool to find and fix Rust formatting issues"
|
short_desc="Tool to find and fix Rust formatting issues"
|
||||||
maintainer="Daniel Lee Ramírez <dleeram@protonmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, MIT"
|
||||||
homepage="https://github.com/rust-lang-nursery/${pkgname}"
|
homepage="https://github.com/rust-lang-nursery/${pkgname}"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'rustup'
|
# Template file for 'rustup'
|
||||||
pkgname=rustup
|
pkgname=rustup
|
||||||
version=1.20.2
|
version=1.20.2
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}.rs-${version}"
|
wrksrc="${pkgname}.rs-${version}"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--features no-self-update --bin rustup-init"
|
configure_args="--features no-self-update --bin rustup-init"
|
||||||
hostmakedepends="perl pkg-config"
|
hostmakedepends="perl pkg-config"
|
||||||
makedepends="libressl-devel zlib-devel libcurl-devel"
|
makedepends="libressl-devel zlib-devel libcurl-devel"
|
||||||
short_desc="Rust toolchain installer"
|
short_desc="Rust toolchain installer"
|
||||||
maintainer="Daniel Lee Ramírez <dleeram@protonmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, MIT"
|
||||||
homepage="https://www.rustup.rs"
|
homepage="https://www.rustup.rs"
|
||||||
distfiles="https://github.com/rust-lang-nursery/${pkgname}.rs/archive/${version}.tar.gz"
|
distfiles="https://github.com/rust-lang-nursery/${pkgname}.rs/archive/${version}.tar.gz"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'xurls'
|
# Template file for 'xurls'
|
||||||
pkgname=xurls
|
pkgname=xurls
|
||||||
version=2.1.0
|
version=2.1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/mvdan/${pkgname}"
|
go_import_path="github.com/mvdan/${pkgname}"
|
||||||
go_package="${go_import_path}/cmd/${pkgname}"
|
go_package="${go_import_path}/cmd/${pkgname}"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Extract urls from text"
|
short_desc="Extract urls from text"
|
||||||
maintainer="dleeram <dleeram@protonmail.com>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://www.github.com/mvdan/xurls"
|
homepage="https://www.github.com/mvdan/xurls"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue