mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
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:
committed by
fbrosson
parent
58be167e71
commit
1f76cce1b0
@@ -10,7 +10,10 @@ HOMEPAGE="https://github.com/puckipedia/BeLocalized"
|
||||
COPYRIGHT="2014-2015 Puck Meerburg"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$(HOMEPAGE)/archive/989904ff0181147e5fe7e205096f09e1cc4d8bdd.tar.gz"
|
||||
scrGitRev="989904ff0181147e5fe7e205096f09e1cc4d8bdd"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$scrGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="894eab6f25b6f67afadea018b4ab9508af927cc7ddd349b4a924bc3ba832b6f6"
|
||||
SOURCE_DIR="BeLocalized-$scrGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user