summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornot_anonymous2015-07-05 18:03:19 -0600
committernot_anonymous2015-07-05 18:03:19 -0600
commitbeb4f850bf3ffe43a60ae68c082e0949bd52a9a4 (patch)
treeec6d2af81ddfdf57e1aee7831d3f46bf44093112 /PKGBUILD
downloadaur-beb4f850bf3ffe43a60ae68c082e0949bd52a9a4.tar.gz
Initial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c3c3f406fe47
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: not_anonymous <nmlibertarian@gmail.com>
+# Contributor: [Vitaliy Berdinskikh](mailto:ur6lad@archlinux.org.ua) aka UR6LAD
+
+pkgname=cty
+pkgver=2415
+pkgrel=1
+pkgdesc="The package represents databases of entities (countries), prefixes and callsigns
+ that are used by amateur radio logging software - CONTESTING VERSION."
+arch=('any')
+provides=('cty')
+conflicts=('bigcty')
+url="http://www.country-files.com/cty"
+license=('GPL')
+source=(${url}/download/${pkgname}-$pkgver.zip)
+
+package() {
+ mkdir -p $pkgdir/usr/share/cty/old
+
+ cd $srcdir
+
+ cp -R *.{cty,dat} old $pkgdir/usr/share/cty
+}
+
+md5sums=('77becc0f912763384d35af9786bf184f')
+sha256sums=('1944268993ccdc143482f01987b3b1790749ccbdaa2c807961528ecbf9be4bb6')