summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 383c64e25eab6e75973624dc6050e78fdb544c8f (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: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>

pkgname=bootcleanse
pkgver=2
pkgrel=1
pkgdesc='Cleanse your system from old MBR codes and boot flags'
arch=(any)
url='https://github.com/maandree/bootcleanse'
license=(GPL3)
depends=(python3 sudo sh coreutils)
makedepends=(texinfo gzip)
source=("${url}/archive/${pkgver}.tar.gz")
sha256sums=(aed2f962a8b337263bfcc1aa215fc875babb1d5713143a9887d4cf8c3194b179)


build() {
    cd "$srcdir/bootcleanse-$pkgver"
    make
}

package() {
    cd "$srcdir/bootcleanse-$pkgver"
    make DESTDIR="${pkgdir}" install
}