tailor
MEDIUM
maintainer yochananmarqos
2 votes
scanned 2026-09-27 13:18:29.354985
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: git-commit <snowdragon92[at]gmail.com>
2
3
pkgname=tailor
4
pkgver="0.12.0"
5
pkgrel=1
6
pkgdesc="Cross-platform static analyzer and linter for Swift"
7
arch=("x86_64")
8
url="https://tailor.sh/"
9
license=('MIT')
10
depends=("java-runtime=8")
11
makedepends=()
12
optdepends=()
13
source=("https://github.com/sleekbyte/tailor/releases/download/v$pkgver/$pkgname-$pkgver.tar")
14
install=()
15
sha256sums=('ec3810b27e9a35ecdf3a21987f17cad86918240d773172264e9abbb1a7efc415')
16
17
package() {
18
cd "$srcdir"
19
ls
20
21
install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/man/man1/"
22
23
install -m755 -d "$pkgdir/usr/share/tailor"
24
cp -R ${srcdir}/${pkgname}-${pkgver}/* "$pkgdir/usr/share/tailor"
25
ln -s /usr/share/tailor/bin/tailor "$pkgdir/usr/bin/tailor"
26
ln -s /usr/share/tailor/tailor.1 "$pkgdir/usr/share/man/man1/tailor.1"
27
}
28
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 13:18:29 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |