OSDN Git Service

README.md: mention only the template for the master branch.
[avyssos/void-66-services.git] / packaging / void-66-services-devel / template
1 # Template file for 'void-66-services-devel'
2 pkgname=void-66-services-devel
3 version=0.0.0.devel
4 revision=1
5 wrksrc=void-66-services
6 hostmakedepends="git"
7 depends="66"
8 short_desc="66 service frontend files for voidlinux"
9 maintainer="mobinmob <mobinmob@disroot.org>"
10 license="BSD-2-Clause"
11 homepage="https://github.com/mobinmob/void-66-services/"
12 replaces="void-66-services>=0 void-66-services-master>=0"
13
14 do_fetch() {
15         git clone https://github.com/mobinmob/void-66-services ${wkrsrc}
16         cd ${wrksrc}
17         git checkout devel
18 }
19
20 do_install() {
21         vmkdir usr
22         vcopy usr /
23         chmod +x "${DESTDIR}/usr/share/66/service/dbus/data/check"
24         vlicense LICENSE
25         vlicense AUTHORS
26 }
27