Manjaro Difference between revisions of "Translations:Manjaro Packaging Standards/3/ru"

Difference between revisions of "Translations:Manjaro Packaging Standards/3/ru"

From Manjaro
(Created page with "==Прототип PKGBUILD== {{bc|1= # Maintainer: Иван Иванов <ваша_почта@домен.ru> pkgname=NAME pkgver=VERSION pkgrel=1 pkgdesc="" arch=() url="" li...")
 
(No difference)

Latest revision as of 07:44, 9 February 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Manjaro Packaging Standards)
==PKGBUILD prototype==
{{bc|1=
# Maintainer: Your Name <youremail@domain.com>
pkgname=NAME
pkgver=VERSION
pkgrel=1
pkgdesc=""
arch=()
url=""
license=('GPL')
groups=()
depends=()
makedepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=($pkgname-$pkgver.tar.gz)
noextract=()
md5sums=() #autofill using updpkgsums

Прототип PKGBUILD

{{bc|1=

  1. Maintainer: Иван Иванов <ваша_почта@домен.ru>

pkgname=NAME pkgver=VERSION pkgrel=1 pkgdesc="" arch=() url="" license=('GPL') groups=() depends=() makedepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() install= changelog= source=($pkgname-$pkgver.tar.gz) noextract=() md5sums=() #автозаполнение с помощью updpkgsums

Cookies help us deliver our services. By using our services, you agree to our use of cookies.