output-as-format

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-21 21:36:21.639675
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=output-as-format
5pkgver=0.04
6pkgrel=1
7pkgdesc="Take stdin and format it as a GitHub/Slack/Jira-formatted code/quote block"
8arch=('any')
9url="https://github.com/sshaw/output-as-format"
10license=('custom:none')
11depends=('perl')
12makedepends=('perl-extutils-makemaker')
13_tag="v0.04"
14_srcdir="output-as-format-0.04"
15source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/sshaw/output-as-format/tar.gz/refs/tags/$_tag")
16sha256sums=('67f396972b6ccd69820af4f51e1232673f282f078f19c5113c731d2f304ac38a')
17function build() {
18 cd "$_srcdir"
19 perl Makefile.PL INSTALLDIRS=vendor
20 make
21}
22function package() {
23 cd "$_srcdir"
24 make DESTDIR="$pkgdir" install
25 find "$pkgdir" -name "*.3pm" -delete
26 find "$pkgdir" -name ".packlist" -delete
27 find "$pkgdir" -name "perllocal.pod" -delete
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 21:36:21 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion