1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-11 22:55:24 +02:00
tldr/pages.hi/linux/makepkg.md
K.B.Dharun Krishna 8538a31451
pages/*: add standard translation and links (#11331)
* pages/*: add standard translation and links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix1: false positives; standardize Bengali, Hindi, Nepali periods

* fix: periods in recently added Bengali pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: false positives in modified files

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: update to native period in Bengali l10n

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:31 +05:30

33 lines
1.5 KiB
Markdown

# makepkg
> एक पैकेज बनाएं जिसका उपयोग `pacman` के साथ किया जा सकता है।
> डिफ़ॉल्ट रूप में वर्तमान काम कर रहे डायरेक्टरी में `PKGBUILD` फ़ाइल का उपयोग करता है।
> अधिक जानकारी: <https://man.archlinux.org/man/makepkg.8>।
- एक पैकेज बनाएं:
`makepkg`
- एक पैकेज बनाएं और इसके डिपेंडेंसियों को इंस्टॉल करें:
`makepkg --syncdeps`
- एक पैकेज बनाएं, इसके डिपेंडेंसियों को इंस्टॉल करें, और फिर इसे सिस्टम में इंस्टॉल करें:
`makepkg --syncdeps --install`
- एक पैकेज बनाएं, लेकिन स्रोत के हैश की जाँच को छोड़ें:
`makepkg --skipchecksums`
- सफलता पूर्वक बनाने के बाद काम के डायरेक्टरी को साफ करें:
`makepkg --clean`
- स्रोतों के हैश की जाँच करें:
`makepkg --verifysource`
- स्रोत जानकारी बनाएं और `.SRCINFO` में सहेजें:
`makepkg --printsrcinfo > .SRCINFO`