summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 53258180c06d679f7491a4cd941d42750fd709f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: peeweep <peeweep at 0x0 dot ee>

pkgname=qemu-debootstrap
pkgver=9.0
pkgrel=1
pkgdesc='QEMU debootstrap wrapper'
arch=('any')
url='https://salsa.debian.org/qemu-team/qemu'
license=('GPL')
depends=('qemu' 'debootstrap')
source=(
'https://salsa.debian.org/qemu-team/qemu/-/raw/master/debian/qemu-debootstrap'
'https://salsa.debian.org/qemu-team/qemu/-/raw/master/debian/qemu-debootstrap.1'
)
sha1sums=('ce037cdaec9bef0daefa9a9b91b3d59cda57dbef'
          '8f4b540c52db9f2753dd1ef62507497f5f844027')

package() {
  install -Dm755 ${srcdir}/qemu-debootstrap ${pkgdir}/usr/bin/qemu-debootstrap
  install -Dm755 ${srcdir}/qemu-debootstrap.1 ${pkgdir}/usr/share/doc/qemu-debootstrap/qemu-debootstrap.1
}

# vim: ts=2 sw=2 et: