summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAseem Athale2022-05-06 19:54:25 +0530
committerAseem Athale2022-05-06 19:54:25 +0530
commit6f30bb295a45327df57ef17bf20c014d5719e546 (patch)
treecf26928230c9da90dfe62d5f601fb6177ba0569f /PKGBUILD
parent36f22f716e5833e0b36c4b03a8c635cf9630cf1a (diff)
downloadaur-6f30bb295a45327df57ef17bf20c014d5719e546.tar.gz
captdriver-git: Add postinstall file
Inspired by the post install file of capt-src, this gives further post install instructions to (hopefully) get your printer working.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9bcd1fbf248a..78476c3b4524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ pkgdesc='Open source CUPS driver for Canon CAPT printers (not stable, formerly f
arch=('any')
url='https://github.com/mounaiban/captdriver'
depends=('cups')
+install=${pkgname}.install
license=('GPL')
makedepends=('automake' 'git' 'gcc')
source=("$_gitname::git+https://github.com/mounaiban/captdriver.git" "capt.rules")