summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f981ed6668c6d96a46f90a6ac6d383f71662149d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: JOLIMAITRE Matthieu <matthieu@imagevo.fr>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=epitls-pi-bin
pkgver=1.5.2
pkgrel=1
pkgdesc="A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse."
url="https://github.com/MajorBarnulf/epitls-pi"
license=("GPL-3.0+")
arch=("x86_64")
provides=("epitls-pi")
conflicts=("epitls-pi")
source=("https://github.com/MajorBarnulf/epitls-pi/releases/download/v$pkgver/epitls-pi-$pkgver-x86_64.tar.gz")
sha256sums=("8553e34f0df89da207f38b9ba4cdb8b5052fcbd89849ea8a84f29e18e4a67e8c")

package() {
    install -Dm755 pi -t "$pkgdir/usr/bin"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}