aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: c7db1efedacc231ff5a5ec847bd0b42e7ab330d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Intro
A library to type in a variety of scripts. This is a fork of m17n-db modified with files from m17n-db-indic-aur (see url) for convenience of Indian (esp. sanskrit, kannada) users.

## Tech info
- AUR package location: <https://aur.archlinux.org/packages/m17n-db-indic/>
- Package source code locations:
    - git clone git@github.com:sanskrit-coders/m17n-db-indic-aur.git
    - git clone ssh://aur@aur.archlinux.org/m17n-db-indic.git
    
## Creating a new Arch Linux package release
- Update PKGBUILD.
  - Fix the version numbers.
- Verify package by running `makepkg -si`.
- Update AUR repository.
  - Set remote: `git remote add origin ssh://aur@aur.archlinux.org/m17n-db-indic.git`
  - Generate or update .SRCINFO with `makepkg --printsrcinfo > .SRCINFO`
  - Push to the AUR repo. (Even a single invalid commit will cause rejection.)