summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 402b50b35eeec4de5e3093cb08a41e85bf13f4f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Rouven Himmelstein <rouvenhimmelstein@gmail.com>

_pkgname=chwp
pkgname=${_pkgname}-bin
url="https://github.com/RouHim/chwp"
pkgver=1.239.28
pkgrel=1
pkgdesc="Changes the background wallpaper and lockscreen from the command line."
arch=('x86_64')
license=('GPL-3.0-or-later')
provides=('chwp')
conflicts=('chwp')
source=("${_pkgname}::${url}/releases/download/$pkgver/${_pkgname}-linux-x86-64")
noextract=('${_pkgname}-linux-x86-64')
sha1sums=('SKIP')

package() {
    install -Dm0755 -t "$pkgdir/usr/bin/" "$srcdir/${_pkgname}"
}