aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d6f2a5290a8eab59509525344c1732ee838a8aab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Tang Yuming <felinae225@qq.com>
pkgname=clashup
pkgver=0.2.6
pkgrel=1
pkgdesc="auto update clash's config file"
license=('GPL')
arch=('any')
url="https://github.com/felinae98/clashup"
depends=(python
         clash
         python-requests
         python-daemon)
source=(clashup clashup.conf)
package() {
    install -Dm755 clashup ${pkgdir}/usr/bin/clashup
    install -Dm644 clashup.conf ${pkgdir}/etc/systemd/user/clash.service.d/clashup.conf
}
md5sums=('5003219768c527792b83b9412097c4c5'
         '177338346005e11d33e27edc1f8ab780')