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/linux/rpi.bash
2015-06-03 16:45:06 +01:00

23 lines
332 B
Bash

. "$cfg_dir_rules/$pkg/default.bash"
version=\
(
'3.18_2015-06-03'
)
url=\
(
"https://github.com/rasmartins/rpi-linux/archive/rpi-linux-$version.tar.gz"
)
md5=\
(
'0b0255e50ca358b619bb78653ac2db2e'
)
post_unpack()
{
rmdir "../linux-$version" &&
mv "../rpi-linux-rpi-linux-$version" "../linux-$version"
}