1 # Maintainer: dryes <joswiseman@gmail>
5 pkgdesc='ReScene is a mechanism for backing up and restoring the metadata from RAR files.'
6 url='http://rescene.com/index.htm'
11 source=('http://rescene.com/srr.1.2.rar' 'srr.sh')
12 noextract=('srr.1.2.rar')
14 md5sums=('7246fce9dda0df1151a2cf7c81d35ea9' 'd5842a9d74dfcaa1632a22a1ee468fc6')
17 mkdir -p "${pkgdir}/opt/rescene"
18 unrar e 'srr.1.2.rar' "${pkgdir}/opt/rescene"
19 install -D -m755 "${srcdir}/srr.sh" "${pkgdir}/usr/bin/srr"
20 install -D -m744 "${pkgdir}/opt/rescene/license.txt" "${pkgdir}/usr/share/licenses/rescene-bin/license.txt"
21 rm "${pkgdir}/opt/rescene/license.txt"