1 # Safe-RM: Installer: Arch
2 # Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
7 pkgdesc="A tool intended to prevent the accidental deletion of important files."
9 url="http://code.google.com/p/${pkgname}/"
11 depends=("perl" "coreutils")
13 source=(http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
16 cd ${srcdir}/${pkgname}-${pkgver}
19 install -D ${pkgname} ${pkgdir}/usr/bin/${pkgname}
20 ln -fs /usr/bin/${pkgname} ${pkgdir}/usr/bin/rm
23 sha1sums=('0be204d7d692634baf7790df5275e011ae0aad0e')