pkgname=linhes-templates pkgver=9.0.0 pkgrel=12 conflicts=() pkgdesc="Templates used for LinHES system configuration" depends=() makedepends=() arch=('x86_64') source=(templates.tar.gz) sha256sums=('b32082c60c26151d188ea0a8c9fe0d4194f41dadabd579fdaa6a1f9eb08523bc') 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 {} + }