Update indentation and formatting
This commit is contained in:
parent
3279258aba
commit
19accbb293
1 changed files with 7 additions and 7 deletions
14
PKGBUILD
14
PKGBUILD
|
@ -9,24 +9,24 @@ arch=('any')
|
||||||
url="https://clonezilla.org"
|
url="https://clonezilla.org"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
|
depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
|
||||||
'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
|
'gptfdisk' 'dosfstools' 'gzip' 'bzip2' 'pbzip2' 'lbzip2' 'lrzip'
|
||||||
'xz' 'pixz' 'lzop' 'ecryptfs-utils' 'screen' 'perl' 'cifs-utils')
|
'xz' 'pixz' 'lzop' 'ecryptfs-utils' 'screen' 'perl' 'cifs-utils')
|
||||||
backup=('etc/drbl/drbl-ocs.conf')
|
backup=('etc/drbl/drbl-ocs.conf')
|
||||||
conflicts=("${_pkgname}")
|
conflicts=("${_pkgname}")
|
||||||
provides=("${_pkgname}")
|
provides=("${_pkgname}")
|
||||||
source=("https://free.nchc.org.tw/drbl-core/src/unstable/${_pkgname}-${pkgver}.tar.xz"
|
source=("https://free.nchc.org.tw/drbl-core/src/unstable/${_pkgname}-${pkgver}.tar.xz"
|
||||||
'usrbin.patch')
|
'usrbin.patch')
|
||||||
sha256sums=('c6da5fed444286509b6573ad59083968f430660007623be67285e833264841a5'
|
sha256sums=('c6da5fed444286509b6573ad59083968f430660007623be67285e833264841a5'
|
||||||
'9340f18b27a1b3b41c4935c5831f6503e4cadf333f03433769906da40a6e38e6')
|
'9340f18b27a1b3b41c4935c5831f6503e4cadf333f03433769906da40a6e38e6')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${_pkgname}-${pkgver}"
|
cd "${_pkgname}-${pkgver}"
|
||||||
|
|
||||||
patch -Np0 -i "${srcdir}/usrbin.patch"
|
patch -Np0 -i "${srcdir}/usrbin.patch"
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${_pkgname}-${pkgver}"
|
cd "${_pkgname}-${pkgver}"
|
||||||
|
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue