summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 41a12404aa2550be3a9b68e0d63f89678c611de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer: Manuel Conzelmann <manolo89@online.de>
pkgname=system-image-script
pkgver=1
pkgrel=1
epoch=
pkgdesc="can be used to create a system image or compressed archive from any partition while excluding system specific directories like 'proc' and 'sys'. The backup has to be run from readonly / or a live system "
arch=(any)
license=('GPL3')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=()
noextract=()
md5sums=()
validpgpkeys=()

package() {
        install -m 755 -d $pkgdir/usr/bin/
        install -p -m 755 system_image.sh $pkgdir/usr/bin/
}