mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
New package: scrub-2.6.1
This commit is contained in:
parent
32746158a5
commit
8d3139ab3a
2 changed files with 27 additions and 0 deletions
10
srcpkgs/scrub/patches/tgetsize.patch
Normal file
10
srcpkgs/scrub/patches/tgetsize.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/test/tgetsize.c 2025-07-28 10:46:18.433964932 +0100
|
||||||
|
+++ b/test/tgetsize.c 2025-07-28 10:46:06.747938531 +0100
|
||||||
|
@@ -35,6 +35,7 @@
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <libgen.h>
|
||||||
|
+#include <string.h>
|
||||||
|
|
||||||
|
#include "getsize.h"
|
||||||
|
|
17
srcpkgs/scrub/template
Normal file
17
srcpkgs/scrub/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'scrub'
|
||||||
|
pkgname=scrub
|
||||||
|
version=2.6.1
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="autoconf libtool automake"
|
||||||
|
short_desc="Disk overwrite utility"
|
||||||
|
maintainer="Clos3y <sam.w.close@gmail.com>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://code.google.com/archive/p/diskscrub/"
|
||||||
|
changelog="https://github.com/chaos/scrub/raw/refs/heads/master/NEWS"
|
||||||
|
distfiles="https://github.com/chaos/scrub/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=838b061b2e1932b342fb9695c5579cdff5d2d72506cb41d6d8032eba18aed969
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
./autogen.sh
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue