diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 02:16:10 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 02:16:10 (EDT) |
commit | 0005a9c4874b41b94502eb9f12e73b01fc24fedf (patch) | |
tree | c9cee4ca300b1c718f7f8bca51af2189cc6ba6f6 | |
parent | eff4e079584b9b3233593adb05aeef89856015de (diff) |
opkg-gpg: New binary package
-rw-r--r-- | opkg-gpg.pkg/control | 9 | ||||
-rw-r--r-- | opkg-gpg.pkg/files | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/opkg-gpg.pkg/control b/opkg-gpg.pkg/control new file mode 100644 index 0000000..24a6753 --- /dev/null +++ b/opkg-gpg.pkg/control @@ -0,0 +1,9 @@ +Architecture: any +Platform: all +Essential: yes +Depends: opkg-common (= ${Binary-Version}) +Description: Open PacKaGe Management with signature checking + ${Common-Description} + . + This package provides the opkg utility with support for OpenPGP signature + checking. diff --git a/opkg-gpg.pkg/files b/opkg-gpg.pkg/files new file mode 100644 index 0000000..75d6fe4 --- /dev/null +++ b/opkg-gpg.pkg/files @@ -0,0 +1 @@ +/usr/bin/opkg-gpg |