Skip to content

Commit

Permalink
procinfo-ng: Add version 2.0.304
Browse files Browse the repository at this point in the history
The man page says:

procinfo gathers some system data from the /proc directory and
prints it nicely formatted on the standard output device.

IMHO it perfectly supplements the tools from procps-ng.
  • Loading branch information
thomas committed Nov 1, 2017
1 parent a9c9c3c commit c3bf534
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions procinfo-ng.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION procinfo-ng-2.0.304-0

SRCURL[0]="https://downloads.sourceforge.net/project/procinfo-ng/procinfo-ng/2.0.304/procinfo-ng-${PKGVERSION}.tar.bz2"

PATCHURL[0]=""

# BEE_CONFIGURE=compat

# BEE_BUILDTYPE=

# EXCLUDE=()

build_in_sourcedir

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build prefix=${PREFIX} libdir=${LIBDIR}
#}

#mee_install() {
# bee_install prefix=${D}/${PREFIX} libdir=${D}/${LIBDIR}
#}

0 comments on commit c3bf534

Please sign in to comment.