mirror of
https://github.com/byReqz/blackmate.git
synced 2024-11-23 11:44:56 +00:00
Delete PKGBUILD
This commit is contained in:
parent
fb5a63aaf8
commit
908e2a546e
23
PKGBUILD
23
PKGBUILD
@ -1,23 +0,0 @@
|
||||
# This file is part of BlackArch Linux ( http://blackarch.org ).
|
||||
# See COPYING for license details.
|
||||
|
||||
pkgname='blackmate'
|
||||
pkgver='0.1'
|
||||
pkgrel=1
|
||||
groups=('blackarch')
|
||||
pkgdesc="BlackArch specific Mate Desktop wm"
|
||||
arch=('any')
|
||||
url="https://github.com/Anyon3/blackmate"
|
||||
license=('GPL')
|
||||
depends=('xdg-utils' 'gksu', 'mate-terminal', 'mate-menus', 'blackarch-config-gtk')
|
||||
source=("git+https://github.com/Anyon3/blackmate")
|
||||
sha1sums=('SKIP')
|
||||
|
||||
package() {
|
||||
|
||||
cp "$srcdir/blackmate.sh" "${pkgdir}/usr/bin/blackmate"
|
||||
chmod +x "${pkgdir}/usr/bin/blackmate"
|
||||
|
||||
mkdir -p "$pkgdir/usr/share/blackmate"
|
||||
cp "$srcdir/*" "$pkgdir/usr/share/blackmate"
|
||||
}
|
Loading…
Reference in New Issue
Block a user