diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/detox | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/detox')
| -rw-r--r-- | opt/detox/.footprint | 24 | ||||
| -rw-r--r-- | opt/detox/.signature | 6 | ||||
| -rw-r--r-- | opt/detox/MAKEPKG | 33 |
3 files changed, 63 insertions, 0 deletions
diff --git a/opt/detox/.footprint b/opt/detox/.footprint new file mode 100644 index 0000000..ba47bd7 --- /dev/null +++ b/opt/detox/.footprint @@ -0,0 +1,24 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/detoxrc +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/detox +-rwxr-xr-x root/root usr/bin/inline-detox +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/detox/ +-rw-r--r-- root/root usr/share/detox/cp1252.tbl +-rw-r--r-- root/root usr/share/detox/iso8859_1.tbl +-rw-r--r-- root/root usr/share/detox/safe.tbl +-rw-r--r-- root/root usr/share/detox/unicode.tbl +drwxr-xr-x root/root usr/share/detox/legacy/ +-rw-r--r-- root/root usr/share/detox/legacy/cp1252.tbl +-rw-r--r-- root/root usr/share/detox/legacy/iso8859_1.tbl +-rw-r--r-- root/root usr/share/detox/legacy/unicode.tbl +-rw-r--r-- root/root usr/share/detox/legacy/unidecode.tbl +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/detox.1.gz +-rw-r--r-- root/root usr/share/man/man1/inline-detox.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/detox.tbl.5.gz +-rw-r--r-- root/root usr/share/man/man5/detoxrc.5.gz diff --git a/opt/detox/.signature b/opt/detox/.signature new file mode 100644 index 0000000..92c9a2c --- /dev/null +++ b/opt/detox/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mKVGI5nptNwz+fvjAGyq0yB4EZY3/Sv2rlEmTKoNdzO4eQlvjT2LgYkSelQO+x0sUKtD6oTMkXfWvf145tJNEQE= + +SHA256 (MAKEPKG) = df026042b683d9c4cd5e93debbce978e3bfec3899806d3b8db204c965ed90f97 +SHA256 (.footprint) = 1b103498cdf616c073427d3f20bc8fa408888b8469bd928166124a8f3537ebf7 +SHA256 (detox-3.0.1.tar.gz) = b3dac4f7fcfaa621c6fc5950a2c7e5747cdc9d78aacb9041875fad916b838e60 +SHA256 (detox#3.0.1-1.pkg.tar.gz) = b6b2dcec3a766ff16dc03e02aae85dcbdbd5c19a110e8f9e33042b34450d7ec6 diff --git a/opt/detox/MAKEPKG b/opt/detox/MAKEPKG new file mode 100644 index 0000000..8626293 --- /dev/null +++ b/opt/detox/MAKEPKG @@ -0,0 +1,33 @@ +#!/bin/mkpkg +# description: Safely renames files by removing special characters +# url: https://github.com/dharple/detox + +name=detox +version=3.0.1 +release=1 +source=(https://github.com/dharple/detox/releases/download/v$version/$name-$version.tar.gz) + +sha256sums=( + "b3dac4f7fcfaa621c6fc5950a2c7e5747cdc9d78aacb9041875fad916b838e60" +) + +build() { + cd $name-$version + + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --sysconfdir=/etc + + make + make DESTDIR=$PKG install + + rm -rf $PKG/usr/share/doc/ +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
