summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5483ff6b9b75eaa22eb5f205d8decb8304803e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Alexandre Magno <alexandre.mbm@gmail.com>
pkgname=tfe
pkgver=0.2.0
pkgrel=1
_srcauthor=alexandre-mbm
pkgdesc="Tester of translation for Firexox's extension"
url="https://github.com/${_srcauthor}/${pkgname}"
arch=(any)
license=('MIT')
depends=('firefox' 'bash' 'coreutils' 'p7zip')
source=("https://github.com/${_srcauthor}/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('5d453340b6c193e86231108c0ab1454e')

package(){
    cd "${srcdir}/${pkgname}-${pkgver}"
    make DESTDIR="${pkgdir}/" install
}