summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dd1fccf0669871c038c33a8c2d1e3b5f3570ee28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: charlottecross1998 <charlottecross2018@gmail.com>
# Maintainer: 

pkgname="prideflag"
pkgver=0.1
pkgrel=1
pkgdesc="Prideflags in your terminal!"
arch=("any")
url="https://github.com/CharlotteCross1998/prideflags"
license=('CCAN')
depends=('sudo')
makedepends=("git" "make" "gcc")
source=('https://raw.githubusercontent.com/CharlotteCross1998/prideflags/main/main.cpp' 'https://raw.githubusercontent.com/CharlotteCross1998/prideflags/main/Makefile')
md5sums=('SKIP' 'SKIP')
package() {
	cd "$srcdir"
	make install
}