1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-25 16:37:08 +00:00
termux-packages/packages/scrub/build.sh
Leonid Pliushch 27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 13:43:31 +03:00

14 lines
522 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/chaos/scrub
TERMUX_PKG_DESCRIPTION="Iteratively writes patterns on files or disk devices to make retreiving the data more difficult"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.6.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/chaos/scrub/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=838b061b2e1932b342fb9695c5579cdff5d2d72506cb41d6d8032eba18aed969
TERMUX_PKG_AUTO_UPDATE=true
termux_step_pre_configure() {
./autogen.sh
}