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

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 {} +
}
sha256sums=('86d4f8cfda457a7c9844ad697b371d3776654251aa4b438c88fbc9cd5813a0fa')