summarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartynas Mickevičius2019-12-23 17:46:38 +0200
committerMartynas Mickevičius2019-12-23 17:46:38 +0200
commit86808f3fd5ccc58307182fd3e5f64462d01c6e82 (patch)
tree9ad12a1c001a531685f1ce818e3d7495a5ff4950 /README.md
parent994ad7f669287aa34785b25395a0801e2df38518 (diff)
downloadaur-86808f3fd5ccc58307182fd3e5f64462d01c6e82.tar.gz
upgpkg: ucm-bin M1g-2
Manage with aurpublish
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 1d8458014577..000000000000
--- a/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# Package build description for The Unison Language
-
-This repository holds instructions for building an Arch Linux package for The [Unison] Language.
-
-[Unison]: https://www.unisonweb.org
-
-## Pushing to AUR
-
-First generate `.SRCINFO` by:
-
-```
-makepkg --printsrcinfo > .SRCINFO
-```
-
-Then push to AUR git repository by:
-
-```
-git remote add aur ssh://aur@aur.archlinux.org/ucm-bin.git
-git push aur
-```