Initial commit, first packages.
This commit is contained in:
11
remove-v4l2-icons/PKGBUILD
Normal file
11
remove-v4l2-icons/PKGBUILD
Normal file
@@ -0,0 +1,11 @@
|
||||
pkgname=remove-v4l2-icons
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Remove QT tools via pacman-hook."
|
||||
arch=('any')
|
||||
source=(remove-v4l2-icons.hook)
|
||||
sha256sums=('e0760b9b3cce3bfa4cda6051b6610fcc444329b169e1ced073648373b6a00362')
|
||||
|
||||
package() {
|
||||
install -Dm0644 -t "$pkgdir/usr/share/libalpm/hooks/" ${source[0]}
|
||||
}
|
||||
Reference in New Issue
Block a user