mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
More cosmetics. Mainly improved SUMMARY/DESCRIPTION and re-ordered blocks
This commit is contained in:
@@ -1,28 +1,37 @@
|
||||
SUMMARY="A simple weather application"
|
||||
DESCRIPTION="A small weather application built for GCI."
|
||||
DESCRIPTION="This simple weather app was a project for the Google Code-In \
|
||||
2014/2015.
|
||||
After supplying a location it will gather data over the internet to display \
|
||||
a constantly updated forecast for the next days as icons (sunshine, clouds, \
|
||||
rain, etc.). As a Replicant, the app can be neatly integrated into the \
|
||||
Desktop."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Weather"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Weather.git#a337ad1"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
REVISION="1"
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="
|
||||
2014 George White
|
||||
COPYRIGHT="2014 George White
|
||||
2015 Przemysław Buczkowski
|
||||
2015 Janus
|
||||
"
|
||||
2015 Janus"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="git+https://github.com/HaikuArchives/Weather.git#a337ad1"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
makefile_engine
|
||||
haiku_devel
|
||||
"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
weather
|
||||
app:Weather = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:make
|
||||
cmd:g++
|
||||
makefile_engine
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
|
||||
Reference in New Issue
Block a user