Fix several broken recipes due to "$(HOMEPAGE)" (#912)

Added new version and removed the old one for beshare,
fix broken thing and reformat the style to follow guidelines:
- belife
- beshare
- catkeyseditor
- colors
- copynametoclipboard
- desknotes
- genesis_commander
This commit is contained in:
Raefaldhi Amartya Junior
2016-12-16 04:05:28 +07:00
committed by fbrosson
parent 58be167e71
commit 1f76cce1b0
9 changed files with 48 additions and 151 deletions

View File

@@ -14,7 +14,10 @@ HOMEPAGE="https://github.com/HaikuArchives/BeLife"
COPYRIGHT="2006 Studio-33"
LICENSE="BeLife License"
REVISION="2"
SOURCE_URI="$(HOMEPAGE)/archive/96e31e8b4543723c7c8ea4a3d0c57c8cd52f82ca.tar.gz"
srcGitRev="96e31e8b4543723c7c8ea4a3d0c57c8cd52f82ca"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="2566dc527e336277173179c7cce0771579257e19bbcd853377cd6112547a08d1"
SOURCE_DIR="BeLife-$srcGitRev"
ARCHITECTURES="x86 x86_gcc2"