mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-06 19:15:12 +02:00
⏳ @eshanized updated the website 🎉 !!!
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
# Build Snigdha OS
|
||||
# Build From Source
|
||||
|
||||
## Overview
|
||||
Building **Snigdha OS** from the source code is very easy. In this documentation, I am going to guide you on how to build **Snigdha OS** from the source. And customizing it.
|
||||
|
@@ -14,7 +14,7 @@ Using `PKGBUILD` scripts provides a standardized and reproducible way to create
|
||||
## A simple PKGBUILD
|
||||
Writing a `PKGBUILD` for Arch Linux and Snigdha OS involves several key steps. Below is a basic example of a `PKGBUILD` for a fictitious application called "exampleapp." This example assumes that "exampleapp" is a simple Python application with a `setup.py` file for installation.
|
||||
|
||||
```bash
|
||||
```PKGBUILD
|
||||
# Maintainer: Your Name <your_email@example.com>
|
||||
pkgname=exampleapp
|
||||
pkgver=1.0
|
||||
|
Reference in New Issue
Block a user