blob: e4d909366af3a3543f078bb4afe88b8985bbf114 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = local-dns
pkgdesc = With this package the user is able to define a wrapper around DNS resolution with which one can define some fake DNS addresses that will be mapped to a specific device on a local network identified by a mac address.
pkgver = 0.2
pkgrel = 2
url = https://github.com/Student-Team-Projects/Local-DNS.git
arch = x86_64
license = GPL
makedepends = git
makedepends = make
makedepends = gcc>=10
makedepends = autoconf
source = git+https://github.com/Student-Team-Projects/Local-DNS.git
md5sums = SKIP
pkgname = local-dns
|