aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 517bd230f4430d8e4e28fcd477efdb9e8eee8e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Tang Yuming <felinae225@qq.com>
pkgname=clashup
pkgver=0.2.5
pkgrel=2
pkgdesc="auto update clash's config file"
license=('GPL')
arch=('any')
url="https://github.com/felinae98/clashup"
depends=(python
         clash
         python-requests)
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=('01b044273790887a37d8052e99cbb930'
         '177338346005e11d33e27edc1f8ab780')