summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: efb20e8af1f22615fe4bf4a87cec18e7bca774e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: Abir-Tx <abirtx@yandex.com>
pkgname=alib
pkgver=1.0.0
pkgrel=1
pkgdesc="Modern cross platform C++ header only library which features many useful utility functions"
arch=(any)
url="https://github.com/Abir-Tx/ALib.git"
license=('GPL')
depends=()
makedepends=(git make)
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("git+$url")
md5sums=('SKIP')
validpgpkeys=()

package() {
	cd "ALib"
	make install
}