summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c47cdb8c4f89ba4909eb1be2369ca590d130a1bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Arthur Williams <taaparthur at gmail dot com>

pkgname='clip-history'
pkgver='0.6'
_language='en-US'
pkgrel=1
pkgdesc='A clipboard manager that simply keeps a list of everything copied'
url='https://github.com/TAAPArthur/clip-history'
arch=('any')
license=('MIT')
depends=('python3' 'xsel' 'python-gobject')

source=('https://github.com/TAAPArthur/clip-history/archive/v0.6.tar.gz')
md5sums=('713680af796a1230b99f0093aef390f6')

package() {
    cd "clip-history-$pkgver"
    make DESTDIR=$pkgdir install
}