.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "UMEGAYA-GUESS-URL" "1" "January 4, 2014" "Umegaya User Manual" "" .hy .SH NAME .PP umegaya-guess-url - Guesses a package name from a VCS URL. .SH SYNOPSIS .PP umegaya-guess-url VCS_URL .SH DESCRIPTION .PP VCS (version control system) URLs indicate where to clone or check out anonymously source packages. \f[C]umegaya-guess-url\f[R] attempts to guess the package name when only this URL is known. This is useful when harvesting VCS URLs from the tasks files of Debian Pure Blends. .SH RETURNS .PP A package name, followed by a tabulation, followed by an URL. .SH EXAMPLE .IP .nf \f[C] $ umegaya-guess-url $(debcheckout -d emboss | grep url | cut -f2) emboss \f[R] .fi .SH SEE ALSO .PP \f[C]umegaya-adm(1)\f[R], \f[C]umegaya-refresh-blend\f[R] (1), http://wiki.debian.org/UpstreamMetadata .SH SOURCE .PP http://umegaya.branchable.com/ .SH LIMITATIONS .PP Only source packages stored in Subversion and Git are supported for the moment. .SH AUTHORS Charles Plessy.