Use safe SOURCE_URIs

This commit is contained in:
Humdinger
2016-09-01 18:51:29 +02:00
parent 5b07abaf7f
commit e880e1a25b
3 changed files with 28 additions and 22 deletions

View File

@@ -1,33 +1,35 @@
SUMMARY="Yet another launcher app"
DESCRIPTION="Yet another launcher app. This one docks to the screen edge, and \
has a neat drag n drop interface.
When minimized the app shouldn't get in your way, the only thing you see is \
SUMMARY="A tool to launch applications"
DESCRIPTION="LnLauncher is yet another launcher app. This one docks to the \
screen edge, and has a neat drag'n'drop interface.
When minimized, the app shouldn't get in your way, the only thing you see is \
the tiny handle.
Various localization files can be downloaded from the homepage, and if you \
want to add your own just mail it to me and I'll put it up with the rest!
The latest version, 1.1.2, was adapted for Haiku by Daniel Weber - thank you!"
LICENSE="MIT"
COPYRIGHT="2000-2015 Mikael Eiman"
HOMEPAGE="http://eiman.tv/LnLauncher"
REVISION="5"
ARCHITECTURES="x86_gcc2"
SOURCE_URI="git+https://bitbucket.org/m_eiman/lnlauncher/commits/c74acd4"
COPYRIGHT="2000-2015 Mikael Eiman"
LICENSE="MIT"
REVISION="6"
commit="ccb19f1e8780"
SOURCE_URI="https://bitbucket.org/m_eiman/lnlauncher/get/$commit.zip"
CHECKSUM_SHA256="a4cd316b70e7469c83363bc04fded506960efaaae90364f66780e3ff5133f320"
SOURCE_DIR="m_eiman-lnlauncher-$commit"
PATCHES="lnlauncher-$portVersion.patchset"
ARCHITECTURES="x86_gcc2"
PROVIDES="
lnlauncher = $portVersion
app:LnLauncher
"
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
makefile_engine
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc
cmd:make
"