summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsimona2018-11-18 19:02:35 +0100
committersimona2018-11-18 19:02:35 +0100
commit9c2f3becc54dd363bf75a7938e6cfd30c51cc027 (patch)
treed7baa7ac7a4ae999aad8836390c927b172b85c40 /PKGBUILD
downloadaur-9c2f3becc54dd363bf75a7938e6cfd30c51cc027.tar.gz
initial release
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD33
1 files changed, 33 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100755
index 000000000000..209ae21efa42
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,33 @@
+# Maintainer: Simona <simona.pisano[at]gmail[dot]com>
+pkgname=simona-kde-color-scheme-custom
+pkgver=0.0.1
+pkgrel=1
+pkgdesc="Custom pink theme for KDE Plasma 5.0 GUI"
+
+arch=('any')
+license=('GPL3')
+
+depends=('plasma-desktop>=5.12')
+#optdepends=('' '')
+
+#source=($pkgname-$pkgver.tar.gz)
+source=("simona-kde-color-scheme-custom.colors") #file locale incapsulato localmente
+
+md5sums=('8a0135d1a5b8a6029ed357604a473009')
+
+package() {
+ cd "$srcdir"
+ install -Dm600 "$srcdir/simona-kde-color-scheme-custom.colors" "$HOME/.kde/share/apps/color-schemes/simona-kde-color-scheme-custom.colors"
+}
+
+
+
+
+
+
+
+
+
+
+
+