desktop/quick-usb-formatter/PKGBUILD
AlmAck 0af05b343a kde applications 16.12.0
renamed checksums to kdeapps.sums
added for all packages the pgp signature
for new/removed packages check: https://community.kde.org/Applications/16.12_Release_Notes#Tarballs_that_we_have_split
2016-12-20 21:48:24 +00:00

26 lines
587 B
Bash

pkgname=quick-usb-formatter
pkgver=0.6.1
pkgrel=1
pkgdesc='A Quick and simple addon for format usb sticks using the device notifier for Chakra GNU/Linux'
url='http://www.chakraos.org'
license=('GPL')
arch=('x86_64')
depends=('qt' 'kdelibs')
makedepends=('automoc4' 'git' 'cmake')
categories=('utils')
source=($pkgname-$pkgver::"git://git.chakraos.org/quick-usb-formatter.git")
md5sums=('SKIP')
build() {
cd $pkgname-$pkgver
rm -rf build
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
}
package() {
cd $pkgname-$pkgver/build
make DESTDIR=${pkgdir} install
}