Reformat 10 recipes

This commit is contained in:
DarkmatterVale
2015-12-26 10:44:26 +00:00
parent d034c54ab6
commit bd4b583fc8
13 changed files with 83 additions and 80 deletions

View File

@@ -5,10 +5,11 @@ multiplying as well as bitwise operators. You can choose the word size and \
whether the sign is considered to simulate any integral data type. Moreover \
the calculator supports binary, decimal and hexadecimal conversion."
HOMEPAGE="http://github.com/HaikuArchives/BDH-Calc"
SOURCE_URI="git://github.com/HaikuArchives/BDH-Calc.git#6a3433a5fb558f592dd246b400221f2223770e75"
REVISION="1"
LICENSE="Zlib"
COPYRIGHT="1999 Scott Hammond"
LICENSE="Zlib"
REVISION="1"
SOURCE_URI="git://github.com/HaikuArchives/BDH-Calc.git#6a3433a5fb558f592dd246b400221f2223770e75"
ARCHITECTURES="x86 x86_gcc2 ?x86_64"
PROVIDES="
@@ -18,6 +19,7 @@ PROVIDES="
REQUIRES="
haiku
"
BUILD_REQUIRES="
haiku_devel
"