summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 28082aa692b0640eb668f6077b55c490a18465e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: timetoplatypus <timetoplatypus@protonmail.com>
# Contributor: timetoplatypus <timetoplatypus@protonmail.com>
pkgname=libfaction++
_pkgname=faction++
pkgver=0.0.1
pkgrel=3
pkgdesc="A C++ library for test-driven software development"
arch=("x86_64" "i686")
url="https://timetoplatypus.com/static/faction++"
license=("BSD")
source=("https://timetoplatypus.com/static/faction++/$_pkgname-$pkgver.tar.gz")
md5sums=("219265e318fc38540fe95efc09efa25c")

package() {
  mkdir -p "$pkgdir/usr/include/"
  cp "$srcdir/$_pkgname/include/faction.hpp" "$pkgdir/usr/include/faction.hpp"
}