Difference between revisions of "Translations:VCS PKGBUILD Guidelines/24/ru"
From Manjaro
Views
Actions
Namespaces
Variants
Tools
(Created page with "{{hc|<nowiki>pkgver() { cd "$srcdir/repo" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" }</nowiki>| r1142.a17a017 }}") |
(No difference)
|
Latest revision as of 04:42, 1 March 2023
pkgver() {
cd "$srcdir/repo"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
r1142.a17a017