Custom options for a Custom post type

The easiest solution will be using Advanced Custom Fields plugin, I guess.

You can easily add custom write panels with it and limit them only for some posts based on post type, template file, etc.

If you’d like to do implement it yourself, then you’ll have to add your custom meta box using add_meta_box function.