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