summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3f9643c48b0ed84917afa203446d1d0abfcb3f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Irvine <irvinemcminn_at_that gmail_place>
pkgname=archaudit-report
pkgver=1.05
pkgrel=1
pkgdesc="Report on applications with inherited security advisories"
arch=('any')
url="https://github.com/Irvinehimself/ArchAudit-Report"
license=('GPL3')
depends=('arch-audit' 'pkgtools')
source=("https://github.com/Irvinehimself/ArchAudit-Report/archive/1.05.tar.gz")
sha256sums=("90c80802e0a21d4f948348433e43895863e513f568719ee8cdb81059e425322d")

package() {
    cd "${srcdir}/ArchAudit-Report-$pkgver"
	install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
}