summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2026-07-20 02:37:12 +0300
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2026-07-20 02:37:12 +0300
commit44a297f1967410d4a761d28d88af9b6163d23c76 (patch)
tree562e2278d9964dfd41d8e387df824882f69c4702 /Makefile
Initial commit2-1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..845239f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+install:
+ install -d $(DESTDIR)/usr/share/keyrings
+ install -m 644 sekoohaka.gpg $(DESTDIR)/usr/share/keyrings
+
+ install -d $(DESTDIR)/etc/apt/sources.list.d
+ install -m 644 sekoohaka.sources $(DESTDIR)/etc/apt/sources.list.d
+
+.PHONY: install