mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -3,7 +3,7 @@ Hugen is a simply python script for generating code for Haiku \
|
||||
applications. It is based on templates. You can define your own \
|
||||
one and quick generate some files with adequate names and content \
|
||||
instead creating it manually. Templates for class and simple \
|
||||
application with Makefile and Jamfile are provided by default.
|
||||
application with Makefile and Jamfile are provided by default.
|
||||
"
|
||||
SUMMARY="Code generator for Haiku"
|
||||
HOMEPAGE="https://github.com/aldeck/hugen"
|
||||
@@ -40,7 +40,7 @@ INSTALL()
|
||||
mkdir -p $binDir
|
||||
python=$portPackageLinksDir/cmd~python/bin/python
|
||||
version=$($python --version 2>&1 | sed 's/Python //' | head -c3)
|
||||
|
||||
|
||||
installLocation=$prefix/lib/python$version/vendor-packages
|
||||
mkdir -p $installLocation/hugen_app
|
||||
cp -R hugen.py configs/ templates/ $installLocation/hugen_app
|
||||
|
||||
Reference in New Issue
Block a user