summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorplague-doctor2016-05-11 18:20:55 +1000
committerplague-doctor2016-05-11 18:20:55 +1000
commit758a2c8b329026f573cc5be271c8576a8f740fef (patch)
tree77c33111dadd93bd57d5bdfe3468b80eb45a9e89 /PKGBUILD
downloadaur-758a2c8b329026f573cc5be271c8576a8f740fef.tar.gz
Init Xerox DocuPrint CP405 d repository.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..82da18e9abc5
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+#Maintainer: Plague-doctor <plague <at>> privacyrequired <<dot>> com >
+
+pkgname=xerox-docuprint-cp405
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Drivers for Fuji Xerox DocuPrint CP405 Printer."
+url="http://www.fujixerox.com/eng/"
+license=('custom')
+arch=('any')
+depends=('cups')
+source=('Xerox_DocuPrint_CP405_d.ppd')
+
+sha256sums=('364e792454810539f4e4eae6f817781bfc7596dfbae63dd310aade66068a66bd')
+
+validpgpkeys=('A8F7858263C1E39480B731DCEAD4F103068DF8E5')
+
+package() {
+ # install all PPD file
+ mkdir -p "${pkgdir}"/usr/share/cups/model/Xerox
+ install -m644 Xerox_DocuPrint_CP405_d.ppd "${pkgdir}"/usr/share/cups/model/Xerox
+}