Manjaro Difference between revisions of "VCS PKGBUILD Guidelines/ru"

Difference between revisions of "VCS PKGBUILD Guidelines/ru"

From Manjaro
(Created page with "{{hc|<nowiki>pkgver() { date +%Y%m%d }</nowiki>| 20130408 }}")
(Created page with "=== Подмодули Git === Подмодули Git немного сложнее. Идея заключается в том, чтобы добавить URL-адреса с...")
Line 154: Line 154:
  }
  }


=== Git Submodules ===
=== Подмодули Git ===
Git submodules are a little tricky to do. The idea is to add the URLs of the submodules themselves directly to the sources array and then reference them during prepare(). This could look like this:
Подмодули Git немного сложнее. Идея заключается в том, чтобы добавить URL-адреса самих подмодулей непосредственно в массив sources, а затем ссылаться на них во время prepare(). Это может выглядеть следующим образом:


  source=("git://somewhere.org/something/something.git"
  source=("git://somewhere.org/something/something.git"
Cookies help us deliver our services. By using our services, you agree to our use of cookies.