summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 380496c7801fbec31feb5142d7a7dfcad737e051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Laurent Jourden <laurent85@enarel.fr>

pkgname=archuseriso
pkgver=0.3.3
pkgrel=1
pkgdesc="Archiso configs for building Arch Linux live iso with persistent storage support."
arch=('any')
url="https://github.com/laurent85v/archuseriso"
license=('GPL')
depends=('archiso')
conflicts=('archuseriso')
source=("http://dl.gnutux.fr/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz"
        "http://dl.gnutux.fr/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig")
sha512sums=('0206d5999861eb5bc12a11be7a171a3c62d2bd574d57a7872439c36438ea4b91e61097826e29f7fe1944caa3b4457d05e2ca9cde2cec70693455c901aa651614'
            'SKIP')
validpgpkeys=('A5143BB56952B3189F49A175FAC4560863BEEC34') # Laurent Jourden

package() {
    make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" install
}