mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:47:14 +08:00
quick-usb-formatted: Deleted as obsolete
[skip-ci]
This commit is contained in:
parent
4b1fab78da
commit
ec48a1c1d5
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user