summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c889a5b73f91167f5f3032589596c0c58ac3dd15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Submitter:   Victor Dyotte <vdyotte@gmail.com>
# Maintainer:  Victor Dyotte <vdyotte@gmail.com>

pkgname=foyer
pkgver=v0.1
pkgrel=2
pkgdesc="Self contained modular start page webserver."
arch=('i686' 'x86_64')
url="https://github.com/Kiniamaro/Foyer"
license=('AGPL')
groups=()

makedepends=('tar')
source=(https://github.com/Kiniamaro/Foyer/releases/download/$pkgver/$pkgname-unix-$pkgver.tgz)
md5sums=('cb59585a2eed28095c1924559b3dce8b')

package() {
	install -dm755 "$pkgdir/usr/share/$pkgname"
}

post_install() {
	ln -s "/usr/share/$pkgname/foyer" "/usr/bin/$pkgname"
}