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/dosfstools/common.bash

25 lines
287 B
Bash

version=\
(
'3.0.28'
)
url=\
(
"https://github.com/dosfstools/dosfstools/releases/download/v$version/dosfstools-$version.tar.xz"
)
md5=\
(
'6a047a6c65186b9ebb1853709adb36db'
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)
configure()
{
$cmd_make distclean
}