mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
runit-swap: fix #2070
This commit is contained in:
parent
2249b8dd4a
commit
6d5dadd88c
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'runit-swap'
|
# Template file for 'runit-swap'
|
||||||
pkgname=runit-swap
|
pkgname=runit-swap
|
||||||
version=1.2.0
|
version=1.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="runit bash util-linux>=2.26"
|
depends="runit bash util-linux>=2.26"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
|
@ -11,12 +11,8 @@ license="GPL-3"
|
||||||
homepage="https://github.com/thypon/runit-swap"
|
homepage="https://github.com/thypon/runit-swap"
|
||||||
conf_files="/etc/runit-swap.conf"
|
conf_files="/etc/runit-swap.conf"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
distfiles="$homepage/archive/v$version.tar.gz"
|
||||||
do_fetch() {
|
checksum=24e5d7424fb7d195bcc10605353f9c24acec5a42e64a8409ae20ab839cccbda6
|
||||||
local url="git://github.com/thypon/runit-swap"
|
|
||||||
msg_normal "Fetching source from $url ...\n"
|
|
||||||
git clone --branch v${version} ${url} ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin runit-swap.sh
|
vbin runit-swap.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue