summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c7f41fabf129fd944bab2c0a35c79db193e5242b (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
# Maintainer: nomisge <nomisge @ live . de>
pkgname=usbip-systemd
pkgver=1
pkgrel=2
pkgdesc="Systemd service files for usbip - remote host and local client"
arch=(any)
license=('GPL')
depends=('usbip')
backup=('etc/usbip/remote-devices/remote.conf'
    'etc/usbip/bind-devices/bind.conf')
source=("usbip-bind@.service"
        "usbip@.service"
        "remote.conf"
        "bind.conf")
sha256sums=('a4e1227614ccdb5275171fcc5db5d1756abe1e53637677a28ec6f1c49a97f8db'
            '068c9680948e00997d78acd84eaccd78cf12c8bc332af9e10893679b9be61cc0'
            'bf5c1ab65307aaedc964ab4666bcfde0f031149b64e5c832730d684f630b25d8'
            'b7da25a1e649c1b18ff8736b355c2d5535038c9bfe85160b15ca5889f1bba67b')
package() {
	cd "${srcdir}"
        install -Dm644 "usbip-bind@.service" "${pkgdir}/usr/lib/systemd/system/usbip-bind@.service"
        install -Dm644 "usbip@.service" "${pkgdir}/usr/lib/systemd/system/usbip@.service"
        install -Dm644 "remote.conf" "${pkgdir}/etc/usbip/remote-devices/remote.conf"
        install -Dm644 "bind.conf" "${pkgdir}/etc/usbip/bind-devices/bind.conf"
}