summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Dierheimer2021-10-03 12:12:40 +0200
committerLinus Dierheimer2021-10-03 12:12:40 +0200
commit0be203c3aa900fd81da955d8d814d994bf9cb867 (patch)
tree146e546da79c62da876d4735a508618cbd446c15
downloadaur-ppds-meta.tar.gz
initial
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD20
2 files changed, 36 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ac96e6876f6d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = ppds-meta
+ pkgdesc = Collection of foomatic and gutenprints ppds files
+ pkgver = 1.0.0
+ pkgrel = 1
+ url = https://aur.archlinux.org/packages/ppds-meta
+ arch = any
+ license = GPL
+ depends = foomatic-db-engine
+ depends = foomatic-db
+ depends = foomatic-db-ppds
+ depends = foomatic-db-nonfree
+ depends = foomatic-db-nonfree-ppds
+ depends = gutenprint
+ depends = foomatic-db-gutenprint-ppds
+
+pkgname = ppds-meta
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8846182057a8
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: LinusDierheimer <Linus@Dierheimer.de>
+
+pkgname=ppds-meta
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Collection of foomatic and gutenprints ppds files"
+arch=("any")
+url="https://aur.archlinux.org/packages/ppds-meta"
+license=("GPL")
+depends=(
+ "foomatic-db-engine"
+ "foomatic-db"
+ "foomatic-db-ppds"
+ "foomatic-db-nonfree"
+ "foomatic-db-nonfree-ppds"
+ "gutenprint"
+ "foomatic-db-gutenprint-ppds"
+)
+source=()
+sha512sums=() \ No newline at end of file