HaikuPorter: update to 1.2.6

This had been tagged a year ago but never packaged.

Fixes #7357.
This commit is contained in:
PulkoMandy
2022-12-18 11:45:37 +01:00
parent 096af25adc
commit 9588f88af8

View File

@@ -8,11 +8,11 @@ patches, builds the software, and packages it according to so-called 'recipes'.
See the wiki on the HaikuPorter website for more information on its usage \
and details on how to create those recipes."
HOMEPAGE="https://github.com/haikuports/haikuporter"
COPYRIGHT="2013-2021 Haiku, Inc."
COPYRIGHT="2013-2022 Haiku, Inc."
LICENSE="MIT"
REVISION="1"
SOURCE_URI="https://github.com/haikuports/haikuporter/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="9549fbc60509f33249d461b03f9f3aeb44fe86b99c23ad3e69b375354dc714a5"
CHECKSUM_SHA256="eed93efa18ccf96bd16e7ff2c749dfbd469cc32f9b1ea5f5a6db2849fb4aff87"
ARCHITECTURES="any"
@@ -27,7 +27,7 @@ PROVIDES="
REQUIRES="
haiku
cmd:git
cmd:python3
cmd:python3.9
"
BUILD_REQUIRES="
@@ -49,8 +49,8 @@ INSTALL()
mkdir -p $binDir
cp haikuporter $binDir/
mkdir -p $libDir/python3.7/vendor-packages/
cp -R HaikuPorter $libDir/python3.7/vendor-packages/
mkdir -p $libDir/python3.9/vendor-packages/
cp -R HaikuPorter $libDir/python3.9/vendor-packages/
mkdir -p $settingsDir
cp haikuports-sample.conf $settingsDir/haikuports.conf