Hello ML,

as outlined here [1], i wanna dump my PKGBUILD-file here for public review:
> # Contributor: archlinux [at] stefan-welte . d [e]
> pkgname=veracrypt-hook
> pkgver=5.1
> pkgrel=1
> pkgdesc="Extensive hook for operations on a veracrypt encrypted root (or e.g. 
> home) device"
> url="https://veracrypt.codeplex.com/";
> arch=(any)
> license=('GPL')
> install=${pkgname}.install
> depends=(mkinitcpio veracrypt)
> source=(veracrypt_hook veracrypt_install)
> 
> package() {
>     install -o root -g root -D ${srcdir}/veracrypt_hook 
> ${pkgdir}/usr/lib/initcpio/hooks/veracrypt
>     install -o root -g root -D ${srcdir}/veracrypt_install 
> ${pkgdir}/usr/lib/initcpio/install/veracrypt
> }
> 
> sha512sums=('e25717d2d413a1274f5784ffc65f2966411b4402e493c03f7ce48cd68aaf3f04b99ff9a28547b05058d83096e785b4608a7626e0b99ee0dd6a227b9bfa51ae1c'
>             
> '22c513b19c7b3170497f54799487b61b34180db1c2d45edef3ef744a551e219685d838bf191be47f7503e7e7e8b9a6ee77f4fe3d5eb74105e943387605af10cb')

I adopted the PKGBUILD file and the three files "veracrypt-hook.install", 
"veracrypt_hook" and
"veracrypt_install" from truecrypt-hook package [2].

Is my PKGBUILD correct or are there any mistakes in it?

Thanks,
Stefan


[1] 
https://wiki.archlinux.org/index.php/Arch_User_Repository#Submitting_packages
[2] https://github.com/aur-archive/truecrypt-hook


Reply via email to