summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e66aa6567564ce0fbe1b946b4ea1b3410294abc0 (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
30
31
32
33
34
35
36
37
38
39
40
41
# Maintainer: Fabien Devaux <fdev31@gmail.com>
pkgname=plosetup
pkgver=1.1.2
pkgrel=1
epoch=
pkgdesc="helper to set up loop devices for partitions in a disk image"
arch=("any")
url="https://github.com/fdev31/arch-plosetup/"
license=('Artistic2.0')
groups=()
depends=()
makedepends=('curl')
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("https://github.com/fdev31/arch-plosetup/raw/$pkgver/$pkgname")
noextract=("https://github.com/fdev31/arch-plosetup/raw/$pkgver/$pkgname")
md5sums=('152e43dd9159597a63e2016fe428cb7a')
validpgpkeys=()

prepare() {
    chmod +x plosetup
}

build() {
    return 0
}

check() {
    return 0
}

package() {
    install -D -o root -g root -m 755 $pkgname "$pkgdir/usr/bin/$pkgname"
}