summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlevinit2017-09-07 10:09:26 +0000
committerlevinit2017-09-07 10:09:26 +0000
commit698da5cfb93c47ea4950de39f726b872cf964909 (patch)
tree305dca0086aa02e112af6cf3ca1c9c0d0917e278
downloadaur-698da5cfb93c47ea4950de39f726b872cf964909.tar.gz
2.2.0-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD19
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..155f75df05b9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = ocsstore
+ pkgdesc = OCS-Store frontend.Downloading and Managing Linux softwares,fonts,artworks,desktop-themes and so on.
+ pkgver = 2.2.0
+ pkgrel = 1
+ url = https://www.linux-apps.com/p/1175480/
+ arch = x86_64
+ license = GPL
+ source = https://dl.opendesktop.org/api/files/download/id/1502985503/ocsstore-2.2.0-1-x86_64.pkg.tar.xz
+ md5sums = SKIP
+
+pkgname = ocsstore
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4a66d9b05b74
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: levinit <levinit@outlook.com>
+pkgname=ocsstore
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="OCS-Store frontend.Downloading and Managing Linux softwares,fonts,artworks,desktop-themes and so on."
+arch=('x86_64')
+url="https://www.linux-apps.com/p/1175480/"
+license=('GPL')
+
+source=("https://dl.opendesktop.org/api/files/download/id/1502985503/ocsstore-2.2.0-1-x86_64.pkg.tar.xz")
+md5sums=('SKIP')
+
+prepare(){
+ rm ../ocsstore-2.2.0-1-x86_64.pkg.tar.xz
+}
+
+package() {
+ cp -r $srcdir/usr $pkgdir
+}