mirror of https://schlomp.space/tastytea/hashboot
Archlinux PKGBUILD modified.
parent
6eaab03783
commit
ed15192a56
5
PKGBUILD
5
PKGBUILD
|
@ -1,4 +1,4 @@
|
||||||
# Maintainer: xo <oh@rotce.de>
|
# Maintainer: xo <xo@rotce.de>
|
||||||
|
|
||||||
pkgname=hashboot-git
|
pkgname=hashboot-git
|
||||||
pkgver=0.7.4
|
pkgver=0.7.4
|
||||||
|
@ -9,7 +9,7 @@ url="https://git.tastytea.de/?p=hashboot.git;a=summary"
|
||||||
license=('custom:hugware')
|
license=('custom:hugware')
|
||||||
#groups=('')
|
#groups=('')
|
||||||
conflicts=('chkboot' 'mkinitcpio-chkcryptoboot')
|
conflicts=('chkboot' 'mkinitcpio-chkcryptoboot')
|
||||||
depends=('bash' 'coreutils' 'tar' 'which' 'grep' 'gawk' 'util-linux')
|
depends=('bash' 'coreutils' 'tar' 'which' 'grep' 'gawk' 'util-linux' 'gzip')
|
||||||
#makedepends=('')
|
#makedepends=('')
|
||||||
source=(git+git://git.tastytea.de/repositories/hashboot.git)
|
source=(git+git://git.tastytea.de/repositories/hashboot.git)
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
@ -17,6 +17,7 @@ md5sums=('SKIP')
|
||||||
package() {
|
package() {
|
||||||
msg "Copy files"
|
msg "Copy files"
|
||||||
cd "$srcdir/hashboot"
|
cd "$srcdir/hashboot"
|
||||||
|
install -m755 -d "${pkgdir}/usr/lib/systemd/system/"
|
||||||
install -Dm644 initscript.systemd "${pkgdir}/usr/lib/systemd/system/hashboot.service"
|
install -Dm644 initscript.systemd "${pkgdir}/usr/lib/systemd/system/hashboot.service"
|
||||||
install -Dm755 hashboot.sh "${pkgdir}/usr/bin/hashboot"
|
install -Dm755 hashboot.sh "${pkgdir}/usr/bin/hashboot"
|
||||||
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/HUGWARE"
|
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/HUGWARE"
|
||||||
|
|
Loading…
Reference in New Issue