summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-templates/PKGBUILD
blob: 6e93ca8cc3d8e44849ca4f1e3ce970ba3c9e14a2 (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=5
conflicts=()
pkgdesc="Templates used for LinHES system configuration"
depends=()
makedepends=()
arch=('x86_64')
source=(templates.tar.gz)
sha256sums=('6d959c2c25d860b7e74d493900fa0de412975ab5652317dd442388db6ee97f83')

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 {} +
}