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