Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SUMMARY="A simple password generator app" DESCRIPTION="This simple
- password generator app was originally created on pascal".
- HOMEPAGE="https://example.com" COPYRIGHT="2022 LinuxUser" LICENSE="MIT"
- REVISION="1" srcGitRev="f44a5ed017e00d01c73aceeae41609a7958ad92d"
- SOURCE_URI="https://github.com/HaikuUserLinux/PasswordGeneratorForHaiku/blob/$srcGitRev/passgen-1.0.0.tar.gz"
- CHECKSUM_SHA256="68a8e48a36a6f0072d413e0693835bf4d4b70f677d87d9f915b649bb5c468273"
- SOURCE_DIR="passgen-1.0.0" ARCHITECTURES="x86_64" PROVIDES="
- weather
- app:Weather = $portVersion
- "
- REQUIRES="
- haiku
- qt5
- "
- BUILD_REQUIRES="
- haiku_devel
- qt5_devel
- "
- BUILD_PREREQUIRES="
- makefile_engine
- cmd:g++
- cmd:make
- cmd:qmake
- "
- BUILD()
- {
- qmake .
- make $jobArgs OBJ_DIR=objects
- }
- INSTALL()
- {
- mkdir -p $appsDir
- cp objects/Weather $appsDir
- addAppDeskbarSymlink $appsDir/Weather
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement