summaryrefslogtreecommitdiff
path: root/libre-testing/your-system-sanity/PKGBUILD
blob: 1ab42a1deb9500f88aa45b2367aa14b94d520e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Parabola Project <dev@lists.parabola.nu>

pkgname=your-system-sanity
pkgdesc="This package Warns about and fails to install/upgrade any offending Third Party Package Manager."
license=('GPL3')
url="https://git.parabola.nu/abslibre.git"
pkgver=0.2
pkgrel=1

arch=('any')
depends=('pacman')
groups=('base' 'base-openrc')

source=('TPPM.hook' 'TPPMwarn')
sha512sums=('b316520f76271fe27e9428435babee2d9fcbdc1cf15088639c26ee9bc536e5e8683e3651f6b70054cc57211f96ee5427833cd8f80b1f95f49f381de9e5aef5aa'
            'cc30673b8bdf63c8de6cb0cdd4397f93f3c855a051ce194cb3d2459f83728d8749b661dfab33ae961b64ba6ec4809946421806c596e459101f1da28d2fec6876')

package() {
	cd "$srcdir"

	install -Dm755 TPPMwarn "$pkgdir"/usr/bin/TPPMwarn
	install -Dm644 TPPM.hook "$pkgdir"/etc/pacman.d/hooks/TPPM.hook
}