summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 74d3b6f7ce5fc0898b10f474582bef898ad0d625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Elrondo46 TuxnVape <elrond94@hotmail.com>

pkgname=amar-installer
pkgver=2.0
pkgrel=1
pkgdesc="Will remove AMAR this is the end of AMAR"
arch=('x86_64')
license=('GPL3')
url="https://www.tuxnvape.fr/"
depends=("python" "python-gobject")
install=amar.install
source=("gbamar.txt")

sha256sums=('SKIP')

package() {
        install -Dm644 "gbamar.txt" "${pkgdir}/opt/gbamar.txt"
}