Added signify public key
This commit is contained in:
parent
516c20d78a
commit
bf50a4ecf7
30
README.md
30
README.md
@ -1,29 +1,9 @@
|
||||
# McQuah's CRUX ports
|
||||
|
||||
One of the strengths of the CRUX distribution is
|
||||
its unapologetic stance on weeding out unmaintained
|
||||
packages, which keeps the core installation
|
||||
extremely minimal. Even the contrib collection is
|
||||
not safe from these purges, as evidenced by the
|
||||
disappearance of such venerable utilities
|
||||
like netcat and ncdu. Although these packages are
|
||||
recoverable via the gitweb history, the preferred
|
||||
option is to let their advocates take over the
|
||||
maintenance in personal overlays. Here is my
|
||||
overlay---a mix of onetime-official ports (no longer
|
||||
in the official repositories, or forked with my own
|
||||
customizations) and custom ports that never had an
|
||||
official version.
|
||||
One of the strengths of the [CRUX distribution](https://crux.nu/) is its unapologetic stance on weeding out unmaintained packages, which keeps the core installation extremely minimal. Even the contrib collection is not safe from these purges, as evidenced by the disappearance of such venerable utilities like netcat and ncdu. Although these packages are recoverable via the gitweb history, the preferred option is to let their advocates take over the maintenance in personal overlays. Here is my overlay---a mix of onetime-official ports (no longer in the official repositories, or forked with my own customizations) and custom ports that never had an official version.
|
||||
|
||||
The build scripts in this collection mostly just
|
||||
copy the commands from other sources, including
|
||||
upstream, other CRUX ports, AUR, and VoidLinux.
|
||||
In most cases it would be too laborious to track down
|
||||
the original authors. But if you recognize your work
|
||||
and want your name on it, let me know!
|
||||
If you wish to use this repository, download the public key [jmq.pub](jmq.pub) and **exactly one** of the following files: [jmq.git](jmq.git) or [jmq.httpup](jmq.httpup). __Do not use both.__ Place these files in **/etc/ports**. Then add the line **prtdir /usr/ports/jmq** to **/etc/prt-get.conf** (on my system I put it below /usr/ports/xorg but above /usr/ports/contrib, so that dups only override the official port if I explicitly run pkgmk in my port directory).
|
||||
|
||||
A few ports will generate signature mismatches if
|
||||
you use a version of pkgmk that lacks the feature
|
||||
for renaming tarballs. Once CRUX 3.7 is released and
|
||||
widely adopted, these errors should be a thing of
|
||||
the past.
|
||||
The build scripts in this collection mostly just copy the commands from other sources, including upstream, other CRUX ports, AUR, and VoidLinux. In most cases it would be too laborious to track down the original authors. But if you recognize your work and want your name on it, let me know!
|
||||
|
||||
A few ports will generate signature mismatches if you use a version of pkgmk that lacks the feature for renaming tarballs. Once CRUX 3.7 is released and widely adopted, these errors should be a thing of the past.
|
||||
|
4
jmq.git
Normal file
4
jmq.git
Normal file
@ -0,0 +1,4 @@
|
||||
URL=https://git.sdf.org/jmq/cruxports.git
|
||||
NAME=jmq
|
||||
BRANCH=master
|
||||
PORTS_DIR=/usr/ports
|
8
jmq.httpup
Executable file
8
jmq.httpup
Executable file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# /etc/ports/jmq.httpup: McQuah's port collection
|
||||
#
|
||||
|
||||
ROOT_DIR=/usr/ports/jmq
|
||||
URL=https://git.sdf.org/jmq/cruxports/raw/master
|
||||
|
||||
# End of file
|
Loading…
Reference in New Issue
Block a user