summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5fd71c577d56c13f17ee2ac907a1f9270729883f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Matthew Gamble <git@matthewgamble.net>

pkgname=fipolate-custom
pkgver=2017.1.7
pkgrel=1
pkgdesc="Interpolate text files with variables through a fifo via user prompts."
arch=("any")
license=("GPL2")
url="https://github.com/djmattyg007/fipolate-custom"
depends=("python" "python-pyinotify")
provides=("fipolate")
conflicts=("fipolate")
source=("https://github.com/djmattyg007/fipolate-custom/archive/${pkgver}.tar.gz")
sha256sums=("572d7378ead2cd743c3ef7149c380d494f8250b5a2ef30e0d360cb65e6aa40c2")

package () {
    install -Dm755 "fipolate-custom-${pkgver}/fipolate" "${pkgdir}/usr/bin/fipolate"
}