pkgname=linhes-templates pkgver=9.0.0 pkgrel=7 conflicts=() pkgdesc="Templates used for LinHES system configuration" depends=() makedepends=() arch=('x86_64') source=(templates.tar.gz) sha256sums=('08b953c8a1f90d4a7e94392d612b168c9d7eb98fb56d8b4ac5d614793aac16ef') package() { MVDIR=$pkgdir/usr/share/linhes mkdir -p $MVDIR cp -r $srcdir/templates $MVDIR chmod -R 0755 $MVDIR find $MVDIR -type f -perm 0755 -exec chmod 0644 {} + }