summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdullinAM2017-07-17 16:32:17 +0300
committerAbdullinAM2017-07-17 16:32:17 +0300
commiteec2e1e094e30b73190801676dd1d638883ca400 (patch)
tree10d4c4087f12e61b7fa2a95b44251e4c59091ba2
downloadaur-plymouth-theme-polyspinner-light.tar.gz
init
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD19
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..64c100d0b232
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by makepkg 5.0.2
+# Mon Jul 17 13:30:41 UTC 2017
+pkgbase = plymouth-theme-polyspinner-light
+ pkgdesc = Plymouth theme with Peter the Great St.Petersburg Polytechnic University logo.
+ pkgver = 1
+ pkgrel = 1
+ url = https://gitlab.com/PhonePi
+ arch = any
+ license = GPL
+ depends = plymouth
+ source = git+https://git.ejiek.com/KSPT/polyspinner-light-plymouth
+ sha256sums = SKIP
+
+pkgname = plymouth-theme-polyspinner-light
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..887bc813b18a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Azat Abdullin <abdullin@kspt.icc.spbstu.ru>
+
+pkgname=plymouth-theme-polyspinner-light
+pkgver=1
+pkgrel=1
+pkgdesc='Plymouth theme with Peter the Great St.Petersburg Polytechnic University logo.'
+arch=('any')
+url='https://gitlab.com/PhonePi'
+license=('GPL')
+depends=('plymouth')
+source=('git+https://git.ejiek.com/KSPT/polyspinner-light-plymouth')
+sha256sums=('SKIP')
+
+package() {
+ cd "${srcdir}/polyspinner-light-plymouth"
+ rm -fv *~
+ mkdir -p "${pkgdir}/usr/share/plymouth/themes/polyspinner-light"
+ install -Dvm644 * "${pkgdir}/usr/share/plymouth/themes/polyspinner-light"
+}