aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 0791925837a0373c54f725fb503f0aede19a2f09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# pencil-dev-bin (AUR Package)

![AUR](https://img.shields.io/aur/version/pencil-dev-bin?color=blue&style=flat-square)
![Arch Linux](https://img.shields.io/badge/OS-Arch%20Linux-1793D1?logo=arch-linux&logoColor=white&style=flat-square)

AUR package for **Pencil** (`pencil.dev`), pre-compiled binary distribution for Arch Linux.

> **Pencil** fundamentally increases your engineering speed by bringing designing directly into your preferred IDE. Design on canvas. Land in code.

## 📦 Installation

Since this package is now published on the AUR, you can install it using your favorite AUR helper (like `yay` or `paru`):

### Using yay

```bash
yay -S pencil-dev-bin
```

### Using paru

```bash
paru -S pencil-dev-bin
```

### Manual Installation (makepkg)

```bash
git clone https://aur.archlinux.org/pencil-dev-bin.git
cd pencil-dev-bin
makepkg -si
```

## 🛠️ Maintainer Guide: How to Update

This repository includes a convenient `update.sh` script to automate updating the package when a new version of Pencil is released.

1. Clone this repository locally (if you haven't already):

   ```bash
   git clone ssh://aur@aur.archlinux.org/pencil-dev-bin.git
   cd pencil-dev-bin
   ```

2. Run the update script:

   ```bash
   ./update.sh
   ```

**What `update.sh` does automatically:**

- Downloads the latest tarball release from `pencil.dev`.
- Extracts the new version number dynamically.
- Updates the `pkgver` and cryptographic hashes inside `PKGBUILD`.
- Generates a new `.SRCINFO` metadata file.

1. Commit and push the changes:

   ```bash
   git add PKGBUILD .SRCINFO
   git commit -m "Update to <new_version>"
   git push origin master
   ```

## 🐛 Issues

If you encounter any issues with this package format, please leave a comment on the [AUR Package Page](https://aur.archlinux.org/packages/pencil-dev-bin). For issues with the software itself, please refer to the developers at [pencil.dev](https://www.pencil.dev/).