summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-templates/PKGBUILD
blob: c88006ce91e8af7625d60232727c6501981217f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 {} +
}