mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +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/HaikuArchives/DeskNotes"
|
||||
COPYRIGHT="2000 Colin Stewart"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="4"
|
||||
SOURCE_URI="$(HOMEPAGE)/archive/e39a1cf592c5a51f49578dd5efe0bbb1c6d0f450.tar.gz"
|
||||
srcGitRev="e39a1cf592c5a51f49578dd5efe0bbb1c6d0f450"
|
||||
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="f72a78d1c39a7193c8dd404b066190f5fd9452b7c650f2eb31cf2a4c6bfdede5"
|
||||
SOURCE_DIR="DeskNotes-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user