Add pinfo build.
This commit is contained in:
parent
3c3382956a
commit
8c1023a2d3
4 changed files with 384 additions and 0 deletions
16
source/pinfo/pinfo.buildconf
Normal file
16
source/pinfo/pinfo.buildconf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Package details.
|
||||
PKG_NAME="$(basename "${BASH_SOURCE[0]}" .buildconf)"
|
||||
PKG_VERSION="git_20221015"
|
||||
PKG_BUILD="1"
|
||||
PKG_TAG="${PKG_TAG:-_tadgy}"
|
||||
PKG_EXT="${PKG_EXT:-txz}"
|
||||
|
||||
# Sources - the details in these arrays must all match per indicies.
|
||||
SRC_DOWNLOADS=("https://github.com/baszoetekouw/pinfo/archive/refs/heads/main.zip")
|
||||
SRC_MD5SUMS=("547bdad61abd68cf62e173e75efefcc2")
|
||||
SRC_FILENAMES=("$PKG_NAME-$PKG_VERSION.zip")
|
||||
SRC_DIRNAMES=("$PKG_NAME-main")
|
||||
|
||||
# Build configuration.
|
||||
BUILD_REQUIRES=('ncurses' 'readline')
|
||||
BUILD_CONFLICTS=()
|
||||
Loading…
Add table
Add a link
Reference in a new issue