mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
Orphan Chris Brannon's packages.
This commit is contained in:
parent
e83b194fa2
commit
e2d316c99a
11 changed files with 11 additions and 11 deletions
|
@ -5,7 +5,7 @@ revision=2
|
|||
build_style=gnu-makefile
|
||||
make_install_args="prefix=\${DESTDIR}/usr"
|
||||
short_desc="A set of SUID tools for mounting 9p filesystems via v9fs"
|
||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="ISC"
|
||||
homepage="http://sqweek.net/code/9mount/"
|
||||
distfiles="http://sqweek.net/9p/$pkgname-$version.tar.gz"
|
||||
|
|
|
@ -8,7 +8,7 @@ conf_files="/etc/dict/dictd.conf /etc/dict/site.info"
|
|||
hostmakedepends="flex libtool"
|
||||
makedepends="zlib-devel libmaa-devel"
|
||||
short_desc="DICT protocol server"
|
||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://sourceforge.net/projects/dict/"
|
||||
distfiles="${SOURCEFORGE_SITE}/dict/dictd-${version}.tar.gz"
|
||||
|
|
|
@ -6,7 +6,7 @@ build_style=gnu-makefile
|
|||
make_build_args="-f Makefile.sharedlibrary"
|
||||
make_install_args="-f Makefile.sharedlibrary INSTALL_PREFIX=/usr"
|
||||
short_desc="Embeddable JavaScript engine"
|
||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://duktape.org"
|
||||
distfiles="https://duktape.org/duktape-${version}.tar.xz"
|
||||
|
|
|
@ -10,7 +10,7 @@ build_style=go
|
|||
# go_import_path="github.com/ipfs/fs-repo-migrations/fs-repo-migrations"
|
||||
hostmakedepends="git"
|
||||
short_desc="Tool to upgrade the IPFS filesystem repository"
|
||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/ipfs/fs-repo-migrations"
|
||||
distfiles="https://github.com/ipfs/fs-repo-migrations/archive/${_path}/${_version}.tar.gz>${_path}-${_version}.tar.gz"
|
||||
|
|
|
@ -8,7 +8,7 @@ go_package="${go_import_path}/cmd/ipfs ${go_import_path}/cmd/ipfswatch"
|
|||
hostmakedepends="git go1.20"
|
||||
depends="fs-repo-migrations>=1.7.1"
|
||||
short_desc="Global versioned P2P merkle DAG file system"
|
||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT, Apache-2.0"
|
||||
homepage="https://ipfs.io"
|
||||
changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
|
||||
|
|
|
@ -5,7 +5,7 @@ revision=2
|
|||
build_style=gnu-makefile
|
||||
make_install_args="sbindir=/usr/bin"
|
||||
short_desc="Read, Set or disable the idle3 timer of Western Digital drives"
|
||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://idle3-tools.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tgz"
|
||||
|
|
|
@ -6,7 +6,7 @@ build_style=gnu-makefile
|
|||
make_cmd=mkcmake
|
||||
hostmakedepends="flex libtool mk-configure"
|
||||
short_desc="Provides many low-level data structures useful for writing compilers"
|
||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://sourceforge.net/projects/dict/"
|
||||
distfiles="${SOURCEFORGE_SITE}/dict/libmaa-${version}.tar.gz"
|
||||
|
|
|
@ -7,7 +7,7 @@ hostmakedepends="pkg-config"
|
|||
makedepends="lua51-devel"
|
||||
depends="lua51"
|
||||
short_desc="An implementation of lua 5.2's bit32 library for lua 5.1"
|
||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/keplerproject/lua-compat-5.2"
|
||||
distfiles="https://github.com/keplerproject/lua-compat-5.2/archive/bitlib-${version}.tar.gz"
|
||||
|
|
|
@ -18,7 +18,7 @@ configure_args="--enable-shared \
|
|||
makedepends="openssl-devel alsa-lib-devel libgsm-devel speex-devel speexdsp-devel
|
||||
libsrtp-devel libsamplerate-devel"
|
||||
short_desc="Open source SIP and media stack"
|
||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.pjsip.org/"
|
||||
distfiles="https://github.com/pjsip/pjproject/archive/refs/tags/${version}.tar.gz"
|
||||
|
|
|
@ -6,7 +6,7 @@ build_style=gnu-makefile
|
|||
make_dirs="/etc/tinyssh 0755 root root"
|
||||
depends="ucspi-tcp"
|
||||
short_desc="Minimalistic SSH server"
|
||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="CC0-1.0"
|
||||
homepage="https://tinyssh.org"
|
||||
distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz"
|
||||
|
|
|
@ -19,7 +19,7 @@ makedepends="SDL-devel dev86 dtc-devel e2fsprogs-devel gnutls-devel libaio-devel
|
|||
ncurses-devel"
|
||||
depends="bridge-utils perl xen-hypervisor"
|
||||
short_desc="Xen hypervisor utilities"
|
||||
maintainer="Chris Brannon <chris@the-brannons.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.xenproject.org/"
|
||||
distfiles="
|
||||
|
|
Loading…
Add table
Reference in a new issue