quick-usb-formatted: Deleted as obsolete

[skip-ci]
This commit is contained in:
totte 2019-02-09 22:38:26 +01:00
parent 4b1fab78da
commit ec48a1c1d5

View File

@ -1,25 +0,0 @@
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
}