summaryrefslogtreecommitdiff
path: root/libre-testing/your-system-sanity/PKGBUILD
blob: a8e162dcc84a99512d567277612c564b5cb11893 (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.1
pkgrel=1

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

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

package() {
	cd "$srcdir"

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