Skip to content

Don't link if the -pkg.el file is not found #131

Description

@Fuco1

I tried to link trinary devel version from my local git repo but it also installs the version from melpa

> eask link add trinary /home/matus/.emacs.d/projects/trinary-logic (1) :master
Running Eask in the development environment
Press Ctrl+C to cancel.
Executing script inside Emacs...
✓ Checking Emacs version 28.2... done!
✓ Checking system gnu/linux... done!
✓ Try constructing the package-descriptor (elsa.el)... succeeded!
Unmatched website URL ’https://github.com/emacs-elsa/Elsa’; add ;; URL: https://github.com/emacs-elsa/Elsa to package-file
Unmatched dependency ’cl-lib’; add (depends-on "cl-lib") to Eask-file or consider removing it
Unmatched dependency ’seq’; add (seq "VERSION") to package-file or consider removing it
✓ Loading Eask file in /home/matus/.emacs.d/projects/Elsa/Eask... done!
Package-file seems to be missing ‘trinary.el’
Installing 5 package dependencies...
Loading package information... done ✓
- Installing dash (20221013.836)... done ✓
- Skipping seq (2.23)... already installed ✗
- Installing f (20230116.1032)... done ✓
- Installing trinary (20230225.1944)... done ✓
- Installing lsp-mode (20230227.1358)... done ✓
(Total of 4 dependencies installed, 1 skipped)
✓ Created link from /home/matus/.emacs.d/projects/trinary-logic to trinary-1.2.1
✓ You have now created the link, here are things you might want to consider:
- [ ] ‘SOURCE-pkg.el‘ file Package descriptor
- [ ] (Optional) ‘SOURCE-autoloads.el‘ Package autoloads
- [ ] (Optional) Compile source package with ‘.elc‘ files Use ‘.elc‘ may be metter choice
If the source package uses Eask, you can use ‘eask‘ commands to accomplish these tasks.
* ‘eask pkg-file‘
* ‘eask autoloads‘
* ‘eask compile‘

The resulting directory structure

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions