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/ack | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/ack')
| -rw-r--r-- | opt/ack/.footprint | 2 | ||||
| -rw-r--r-- | opt/ack/.signature | 6 | ||||
| -rw-r--r-- | opt/ack/MAKEPKG | 33 |
3 files changed, 41 insertions, 0 deletions
diff --git a/opt/ack/.footprint b/opt/ack/.footprint new file mode 100644 index 0000000..a03f014 --- /dev/null +++ b/opt/ack/.footprint @@ -0,0 +1,2 @@ +drwxr-xr-x root/root bin/ +-rwxr-xr-x root/root bin/ack diff --git a/opt/ack/.signature b/opt/ack/.signature new file mode 100644 index 0000000..960cf9a --- /dev/null +++ b/opt/ack/.signature @@ -0,0 +1,6 @@ +RWTZ9IduCSQ/mM1bPgAdCjKQ5CCWyYyyj3pbBZJNSvKdHJDS81nNkamXrDkemCgJPbGMhBDt54FeNEmXDgFbeA5YcR0rCM7EgAo= + +SHA256 (MAKEPKG) = af350e75a5f6f6a1f765958717e19262745e7c9376bded61624637cbd1f1be1e +SHA256 (.footprint) = 58142d2d7a9c9fd437387f298a376588a9f8296151763fc6fd2f0a742fcdf987 +SHA256 (ack-3.10.0.tar.gz) = 65e83cfb38a71fca725e9a14a8201ee871e629fc6b10231e1303dd3501ba563a +SHA256 (ack#3.10.0-2.pkg.tar.gz) = 3a56a98a17673cf05fd077329c3aeb51e061645932a5e743ce201a0826a81a86 diff --git a/opt/ack/MAKEPKG b/opt/ack/MAKEPKG new file mode 100644 index 0000000..94d19ee --- /dev/null +++ b/opt/ack/MAKEPKG @@ -0,0 +1,33 @@ +#!/bin/mkpkg +# description: grep-like search tool optimized for source code +# url: https://beyondgrep.com + +name=ack +version=3.10.0 +release=2 +depends=(perl p5-file-next) +makedeps=(p5-yaml-pp) +source=(https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/ack-v$version.tar.gz) +renames=(ack-$version.tar.gz) + +sha256sums=( + "65e83cfb38a71fca725e9a14a8201ee871e629fc6b10231e1303dd3501ba563a" +) + +build() { + cd $name-v$version + perl Makefile.PL + make ack-standalone + #pod2man ack-standalone > ack.1 + install -Dm755 ack-standalone $PKG/bin/ack + #install -Dm644 ack.1 $PKG/usr/share/man/man1/ack.1 +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh + + |
