summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8d5b062cb0dd78c429b28938b69e3c06aacf699d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Alif Rachmawadi <arch@subosito.com>

pkgname=gpaste-menu
pkgver=0.1.0
pkgrel=1
pkgdesc="Dmenu interface for gpaste-client"
arch=('any')
license=('MIT')
url="https://github.com/subosito/gpaste-menu"
depends=('gpaste')

source=("${url}/archive/master.zip")
sha256sums=('fc4916f41670294e152ec8cfa20678d85071b1d95c3d05db6dd619d67bdd55a4')

package() {
  mkdir -p "${pkgdir}/usr/bin"
  mkdir -p "${pkgdir}/usr/share/gpaste-menu"

  install -m755 "${srcdir}/gpaste-menu-master/gpaste-menu" "${pkgdir}/usr/bin/gpaste-menu"
  install -m644 "${srcdir}/gpaste-menu-master/LICENSE" "${pkgdir}/usr/share/gpaste-menu/LICENSE"
}