7 pkgdesc="A bash script which searches all hard drives attached to the computer for information related to booting."
9 url="http://sourceforge.net/projects/bootinfoscript/"
12 source=(http://prdownloads.sourceforge.net/bootinfoscript/boot_info_script060.zip)
16 install -D -m644 boot_info_script.sh $pkgdir/usr/bin/boot_info_script
17 chmod +x $pkgdir/usr/bin/boot_info_script
19 md5sums=('4f97f86b32c7cdd367748012e8fdcd65')