mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
PPViewer: use safe source
This commit is contained in:
@@ -6,7 +6,10 @@ HOMEPAGE="https://github.com/HaikuArchives/PPViewer"
|
||||
COPYRIGHT="2002 Maurice Michalski"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/PPViewer#bd43e4a8d9139c35ba34bd9791f293e4421ca082"
|
||||
srcGitRev="bd43e4a8d9139c35ba34bd9791f293e4421ca082"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/PPViewer/archive/$srcGitRev.tar.gz"
|
||||
SOURCE_DIR="PPViewer-$srcGitRev"
|
||||
CHECKSUM_SHA256="f6f250a9b764088b33f9e11187221bad3b5449ffd6004c312536f340576eba98"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
@@ -35,6 +38,6 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
cp -a objects/ppviewer $appsDir
|
||||
mv objects/ppviewer $appsDir/PPViewer
|
||||
addAppDeskbarSymlink $appsDir/PPViewer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user