summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d4695518054216ca0f56df698ddeaad5dd1b9a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgname=confedi-git
pkgver=1
pkgrel=1
pkgdesc="Confedi is designed to help with changing configuration files with one command."
arch=(any)
license=('GPL')
depends=(python3)
makedepends=(git)
url="https://bitbucket.org/masterofhoppips/configuration-editor.git"
source=("git+$url")
md5sums=('SKIP')

package() {
    mkdir -p confedi/usr/bin
    cp configuration-editor/src/program.py confedi/usr/bin/confedi
    chmod +x confedi/usr/bin/confedi
}