mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
New package: srm-1.2.13.
This commit is contained in:
parent
48d6023c62
commit
bea6755c12
1 changed files with 15 additions and 0 deletions
15
srcpkgs/srm/template
Normal file
15
srcpkgs/srm/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'srm'
|
||||||
|
pkgname=srm
|
||||||
|
version=1.2.13
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="A secure replacement for rm(1) that overwrites data before unlinking"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="http://srm.sourceforge.net/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/srm/srm-${version}.tar.gz"
|
||||||
|
checksum=4caa77fae4d047bf5dcc2b10c8ec1e389406d1a952675528f62ef30a410bedf7
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall COPYING 644 usr/share/licenses/srm
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue