Manjaro Translations:VCS PKGBUILD Guidelines/29/ru

Translations:VCS PKGBUILD Guidelines/29/ru

From Manjaro
Revision as of 04:44, 1 March 2023 by Krotesk (talk | contribs) (Created page with "==== Базис ==== {{hc|<nowiki>pkgver() { cd "$srcdir/repo" printf "r%s" "$(bzr revno)" }</nowiki>| r830 }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Базис

pkgver() {
  cd "$srcdir/repo"
  printf "r%s" "$(bzr revno)"
}
r830
Cookies help us deliver our services. By using our services, you agree to our use of cookies.