diff options
author | Britney Fransen <brfransen@gmail.com> | 2019-04-11 19:56:44 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2019-04-11 19:56:44 (GMT) |
commit | 03321ffd314fd853bacbba41768932088488049d (patch) | |
tree | 0ba7e2f3f59787b99692db6dc54c6907113bad65 /abs/core/keylaunch/PKGBUILD | |
parent | cfb09c8f75295d1ba1257f442d4cae34c7ee991d (diff) | |
download | linhes_pkgbuild-03321ffd314fd853bacbba41768932088488049d.zip linhes_pkgbuild-03321ffd314fd853bacbba41768932088488049d.tar.gz linhes_pkgbuild-03321ffd314fd853bacbba41768932088488049d.tar.bz2 |
keylaunch: add --start-maximized to launch chrome
Diffstat (limited to 'abs/core/keylaunch/PKGBUILD')
-rw-r--r-- | abs/core/keylaunch/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/abs/core/keylaunch/PKGBUILD b/abs/core/keylaunch/PKGBUILD index 5d77379..730c7c4 100644 --- a/abs/core/keylaunch/PKGBUILD +++ b/abs/core/keylaunch/PKGBUILD @@ -1,8 +1,8 @@ pkgname=keylaunch pkgver=1.3.9 -pkgrel=9 -arch=('i686' 'x86_64') -pkgdesc="KeyLaunch is a small utility for binding commands to a hot key. " +pkgrel=10 +arch=('x86_64') +pkgdesc="KeyLaunch is a small utility for binding commands to a hot key." url="http://www.oroborus.org/" depends=(glibc) source=(http://ftp.debian.org/debian/pool/main/k/keylaunch/keylaunch_1.3.9.tar.gz example_rc) @@ -12,11 +12,12 @@ build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr make - make DESTDIR=$pkgdir install } package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install install -D -m0755 $srcdir/example_rc $pkgdir/etc/keylaunchrc } md5sums=('710f68a3e7026b4139cc94ea790576c3' - '1141e182e2accb02c17548189bead4dc') + '3d6845a9c30fc511a6202246d5a840e3') |