mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
xsecurelock: use http instead of git.
This commit is contained in:
parent
530b36f487
commit
b3491eb432
1 changed files with 2 additions and 6 deletions
|
@ -10,17 +10,13 @@ short_desc="An X11 screen locker designed with the primary goal of security"
|
||||||
maintainer="Sean R. Lang <srlang@ncsu.edu>"
|
maintainer="Sean R. Lang <srlang@ncsu.edu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/google/xsecurelock"
|
homepage="https://github.com/google/xsecurelock"
|
||||||
|
distfiles="https://github.com/google/xsecurelock/archive/v$version.tar.gz"
|
||||||
|
checksum=92abf1f80e18e8e3368d529e2e5787abdfe60d1344475764d8f31db9ea4aaf2f
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sh autogen.sh
|
sh autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
local url="git://github.com/google/xsecurelock.git"
|
|
||||||
msg_normal "Fetching source from $url ...\n"
|
|
||||||
git clone --branch v${version} ${url} ${pkgname}-${version}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue