summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2022-10-16 14:24:11 +0200
committerdreieck2022-10-16 14:24:11 +0200
commit34f7587d84b945cf737581c9f3a7ef3b913211c6 (patch)
treeb3a7dd0fca2c066b097b450beb0d4bb1a2cd074f
parent725296c8888d72adfaf8dea84cbdf8e393dc9245 (diff)
downloadaur-adhocspot-script-git.tar.gz
Added the logo.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6631c748ca8f..09661c7a69e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = adhocspot-script-git
pkgdesc = Bash script to easily configure your interface to share your internet connection and configure a DHCP and DNS and TFTP boot server to listen on it. IP, DHCP, DNS can be configured, and for WiFi interfaces also wireless mode and encryption.
pkgver = 20221016.01.r14.20221016.81f5146
- pkgrel = 1
+ pkgrel = 2
epoch = 0
url = https://gitlab.com/dreieckli/adhocspot-script
install = adhocspot-script.install
arch = any
license = GPL3
+ license = custom: craiyon.com
makedepends = git
depends = bash
depends = dnsmasq
diff --git a/PKGBUILD b/PKGBUILD
index 1a94c57bd2f0..60ec86679bf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,14 @@ _pkgname=adhocspot-script
pkgname="${_pkgname}-git"
epoch=0
pkgver=20221016.01.r14.20221016.81f5146
-pkgrel=1
+pkgrel=2
pkgdesc="Bash script to easily configure your interface to share your internet connection and configure a DHCP and DNS and TFTP boot server to listen on it. IP, DHCP, DNS can be configured, and for WiFi interfaces also wireless mode and encryption."
url="https://gitlab.com/dreieckli/adhocspot-script"
arch=('any')
-license=('GPL3')
+license=(
+ 'GPL3'
+ 'custom: craiyon.com'
+)
groups=()
depends=(
"bash"
@@ -70,6 +73,8 @@ package() {
install -v -D -m755 "adhocspot.sh" "${_execdir}/adhocspot.sh"
install -v -D -m644 "README.md" "${_docdir}/README.md"
+ install -v -D -m644 "logo.jpg" "${_docdir}/logo.jpg"
install -v -D -m644 "COPYING.GPL3.txt" "${_licdir}/COPYING.GPL3.txt"
+ install -v -D -m644 "logo.copyingnotice.txt" "${_licdir}/logo.copyingnotice.txt"
# install -v -d -m755 "${_rundir}"
}