This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/coreboot-lsts/default.bash

27 lines
349 B
Bash

version=\
(
'1.1.0'
)
url=\
(
"http://www.lsts.pt/glued/coreboot-lsts-$version.tar.gz"
)
md5=\
(
'a7c77a981778bec54f28f598814f11c6'
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)
target_install()
{
dir="$cfg_dir_rootfs/usr/share/coreboot-lsts"
$cmd_mkdir "$dir" &&
$cmd_cp "coreboot-lsts-$version.rom" "$dir"
}